debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:49:15 +01:00
parent f8f63658e2
commit 357b8f4447
2 changed files with 3 additions and 8 deletions

7
debian/control vendored
View File

@ -2,14 +2,9 @@ Source: passerelle-imio-ts1-datasources
Maintainer: Christophe Boulanger <christophe.boulanger@imio.be>
Section: python
Priority: optional
Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 9), dh-python, python-django, python3-django
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python, python3-django
Standards-Version: 3.9.1
Package: python-passerelle-imio-ts1-datasources
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to ts1 datasources import and manage
Package: python3-passerelle-imio-ts1-datasources
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

4
debian/rules vendored
View File

@ -3,6 +3,6 @@
export PYBUILD_NAME=passerelle-imio-ts1-datasources
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
override_dh_auto_test: