debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:51:52 +01:00
parent af40be21bf
commit 5d0c182475
2 changed files with 2 additions and 9 deletions

9
debian/control vendored
View File

@ -2,16 +2,9 @@ Source: passerelle-minint
Maintainer: Entr'ouvert <info@entrouvert.com>
Section: python
Priority: optional
Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all
Build-Depends: dh-python, debhelper (>= 10), python3-setuptools, python3-all
Standards-Version: 3.9.1
Package: python-passerelle-minint
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-suds
Description: Passerelle MinInt Connectors
Package: python3-passerelle-minint
Architecture: all
Depends: ${misc:Depends},

2
debian/rules vendored
View File

@ -4,4 +4,4 @@ export PYBUILD_NAME=passerelle-minint
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild