From 5d0c1824758f874f1de5a740a20c1f89b4c9b05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 11:51:52 +0100 Subject: [PATCH] debian: stop building python2 package --- debian/control | 9 +-------- debian/rules | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 1b7248d..16d3488 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,9 @@ Source: passerelle-minint Maintainer: Entr'ouvert Section: python Priority: optional -Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all +Build-Depends: dh-python, debhelper (>= 10), python3-setuptools, python3-all Standards-Version: 3.9.1 -Package: python-passerelle-minint -Architecture: all -Depends: ${misc:Depends}, - ${python:Depends}, - python-suds -Description: Passerelle MinInt Connectors - Package: python3-passerelle-minint Architecture: all Depends: ${misc:Depends}, diff --git a/debian/rules b/debian/rules index 1c2ff39..42037ba 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_NAME=passerelle-minint export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild