debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 14:51:33 +01:00
parent 87308323b9
commit 87a79447d5
2 changed files with 2 additions and 8 deletions

8
debian/control vendored
View File

@ -2,15 +2,9 @@ Source: django-select2
Maintainer: Entr'ouvert <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.1
Package: python-django-select2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django-appconf, python-xstatic-select2, python-gadjo
Description: Select2 option fields for Django
The app includes Select2 driven Django Widgets and Form Fields.
Package: python3-django-select2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django-appconf, python3-xstatic-select2, python3-gadjo

2
debian/rules vendored
View File

@ -3,6 +3,6 @@
export PYBUILD_NAME=django-select2
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test: