debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:45:26 +01:00
parent dff0c349c1
commit 8aa7c9eb9f
2 changed files with 2 additions and 8 deletions

8
debian/control vendored
View File

@ -2,15 +2,9 @@ Source: passerelle-imio-ia-delib
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools, python-all, debhelper (>= 10), python-django, dh-python, python3-setuptools, python3-all, python3-django
Build-Depends: debhelper (>= 10), dh-python, python3-setuptools, python3-all, python3-django
Standards-Version: 3.9.1
Package: python-passerelle-imio-ia-delib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to ia.Delib
.
Package: python3-passerelle-imio-ia-delib
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
export PYBUILD_NAME=passerelle-imio-ia-delib
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test: