debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:15:15 +01:00
parent cd5c1ff61c
commit 610fa48e87
2 changed files with 2 additions and 10 deletions

10
debian/control vendored
View File

@ -2,17 +2,9 @@ Source: passerelle-reunion-fsn
Maintainer: Emmanuel Cazenave <ecazenave@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 10), dh-python, python-django, python3-django
Build-Depends: python3-setuptools, python3-all, debhelper (>= 10), dh-python, python3-django
Standards-Version: 3.9.1
Package: python-passerelle-reunion-fsn
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-unicodecsv
Description: Passerelle CR Reunion FSN
Package: python3-passerelle-reunion-fsn
Architecture: all
Depends: ${misc:Depends},

2
debian/rules vendored
View File

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