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