debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 11:12:19 +01:00
parent d3299df558
commit 6f5bf4ac48
2 changed files with 2 additions and 7 deletions

7
debian/control vendored
View File

@ -2,14 +2,9 @@ Source: passerelle-montpellier-encombrants
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all
Build-Depends: debhelper (>= 10), python3-setuptools, python3-all
Standards-Version: 3.9.1
Package: python-passerelle-montpellier-encombrants
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle extension to manage encombrants
Package: python3-passerelle-montpellier-encombrants
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

2
debian/rules vendored
View File

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