debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:46:48 +01:00
parent fc0d8cdd02
commit f7feaa5dc3
2 changed files with 2 additions and 7 deletions

7
debian/control vendored
View File

@ -2,14 +2,9 @@ Source: passerelle-imio-liege-lisrue
Maintainer: Frederic Peters <fpeters@entrouvert.com>
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-liege-lisrue
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle connector to Liege Lisrue service
Package: python3-passerelle-imio-liege-lisrue
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

2
debian/rules vendored
View File

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