From d09c2c696b33078e046d87a54293e42339ed0903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 14:09:11 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 7 +------ debian/rules | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 22c7e5a..966be15 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,10 @@ Source: python-ldaptools Section: python Priority: optional Maintainer: Benjamin Dauvergne -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 diff --git a/debian/rules b/debian/rules index 5589a07..0fcd2aa 100755 --- a/debian/rules +++ b/debian/rules @@ -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: