debian: remove python2 package

This commit is contained in:
Frédéric Péters 2022-08-05 22:22:25 +02:00
parent f62429b589
commit e1376cefe9
2 changed files with 1 additions and 10 deletions

9
debian/control vendored
View File

@ -5,21 +5,12 @@ Priority: optional
Build-Depends: debhelper (>= 9.0.0),
dh-python,
dh-systemd,
python-all (>= 2.6.6-3),
python-django,
python-setuptools (>= 0.6b3),
python3-all,
python3-django,
python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Homepage: https://github.com/silentsokolov/django-admin-rangefilter
Package: python-django-admin-rangefilter
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.11)
Description: Custom date/datetime filter for Django admin
Package: python3-django-admin-rangefilter
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django

2
debian/rules vendored
View File

@ -3,7 +3,7 @@ DH_VERBOSE=1
export PYBUILD_NAME=django-admin-rangefilter
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
# skip upstream tests