debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 14:09:11 +01:00
parent c66a577a35
commit d09c2c696b
2 changed files with 2 additions and 7 deletions

7
debian/control vendored
View File

@ -2,15 +2,10 @@ Source: python-ldaptools
Section: python
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Build-Depends: python3-setuptools, python3-all, python-setuptools, python-all, debhelper (>= 9), dh-python
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), dh-python
Standards-Version: 3.9.6
Homepage: http://dev.entrouvert.org/projects/ldaptools/
Package: python-ldaptools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-ldap, python-six
Description: helper library for python-ldap and openldap
Package: python3-ldaptools
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-ldap, python3-six

2
debian/rules vendored
View File

@ -4,7 +4,7 @@ export PYBUILD_DISABLE=test
export PYBUILD_NAME=ldaptools
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_install: