debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 13:30:12 +01:00
parent e1b1afb2cf
commit 11a914adb6
2 changed files with 2 additions and 7 deletions

7
debian/control vendored
View File

@ -2,14 +2,9 @@ Source: django-tenant-schemas
Maintainer: Jérôme Schneider <jschneider@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-all, debhelper (>= 9), dh-python
Build-Depends: python3-all, debhelper (>= 9), dh-python
Standards-Version: 3.9.1
Package: python-django-tenant-schemas
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Tenant support for Django using PostgreSQL schemas.
Package: python3-django-tenant-schemas
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

2
debian/rules vendored
View File

@ -4,4 +4,4 @@ export PYBUILD_DISABLE=test
export PYBUILD_NAME=django-tenant-schemas
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild