debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 13:52:00 +01:00
parent 538dfceb66
commit 13c696fe0c
2 changed files with 3 additions and 17 deletions

13
debian/control vendored
View File

@ -5,13 +5,6 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
flake8,
python-all,
python-coverage,
python-cryptography,
python-flake8,
python-mock,
python-nose,
python-setuptools,
python3-all,
python3-coverage,
python3-cryptography,
@ -22,12 +15,6 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.6
Homepage: https://github.com/martinthomson/encrypted-content-encoding
Package: python-http-ece
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Encrypted Content Encoding for HTTP - Python 2
Encipher HTTP Messages
Package: python3-http-ece
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}

7
debian/rules vendored
View File

@ -1,8 +1,7 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Sun, 04 Nov 2018 15:36:43 +0100
export PYBUILD_NAME=http-ece
%:
dh $@ --with python2,python3 --buildsystem=pybuild
export PYBUILD_DISABLE=test
%:
dh $@ --with python3 --buildsystem=pybuild