debian: stop building a python2 package

This commit is contained in:
Frédéric Péters 2021-08-03 11:05:08 +02:00
parent c0831bdce9
commit 583feac502
2 changed files with 1 additions and 7 deletions

6
debian/control vendored
View File

@ -5,12 +5,6 @@ Priority: optional
Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 10), dh-python, python-django, python3-django
Standards-Version: 3.9.1
Package: python-authentic2-auth-fedict
Architecture: all
Depends: ${misc:Depends},
python-authentic2 (>= 2.1.20.1054)
Description: Fedict authentication frontend for Authentic2
Package: python3-authentic2-auth-fedict
Architecture: all
Depends: ${misc:Depends},

2
debian/rules vendored
View File

@ -4,4 +4,4 @@ export PYBUILD_NAME=authentic2-auth-fedict
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild