debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:10:31 +01:00
parent b095ee0add
commit ae991f9c77
2 changed files with 2 additions and 8 deletions

8
debian/control vendored
View File

@ -2,15 +2,9 @@ Source: passerelle-grandlyon-cartads-cs
Maintainer: Frederic Peters <fpeters@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-grandlyon-cartads-cs
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-passerelle
Description: Passerelle connector to Grand Lyon Cart@DS
.
Package: python3-passerelle-grandlyon-cartads-cs
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-passerelle

2
debian/rules vendored
View File

@ -3,6 +3,6 @@
export PYBUILD_NAME=passerelle-grandlyon-cartads-cs
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test: