diff --git a/debian/control b/debian/control index 1c42527..d15aa8c 100644 --- a/debian/control +++ b/debian/control @@ -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}, diff --git a/debian/rules b/debian/rules index a102780..0d52eed 100755 --- a/debian/rules +++ b/debian/rules @@ -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