diff --git a/debian/control b/debian/control index 36ea3d3..c3dee0c 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,9 @@ Source: django-tenant-schemas Maintainer: Jérôme Schneider 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} diff --git a/debian/rules b/debian/rules index ac4aa85..58273a0 100755 --- a/debian/rules +++ b/debian/rules @@ -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