debian: stop building python2 package

This commit is contained in:
Frédéric Péters 2021-12-12 13:47:47 +01:00
parent b7441c09a3
commit 66ced6512d
2 changed files with 2 additions and 18 deletions

15
debian/control vendored
View File

@ -5,16 +5,6 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
flake8,
python-all,
python-coverage,
python-cryptography,
python-http-ece,
python-mock,
python-nose,
python-py-vapid,
python-requests,
python-setuptools,
python-flake8,
python3-all,
python3-coverage,
python3-cryptography,
@ -28,11 +18,6 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.6
Homepage: https://github.com/web-push-libs/pywebpush
Package: python-pywebpush
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: WebPush publication library - Python 2
Package: python3-pywebpush
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}

5
debian/rules vendored
View File

@ -1,10 +1,9 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Sun, 04 Nov 2018 14:59:26 +0100
export PYBUILD_NAME=pywebpush
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install