From 32e234dc4a5b6f72cea28bbf7c05398305e9b260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 15 Aug 2021 15:32:03 +0200 Subject: [PATCH] debian: remove python2 packages from build-depends --- debian/control | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index d15aa8c..0de7383 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,14 @@ Source: python-authentic2-auth-fedict Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python-setuptools, python3-setuptools, python-all, python3-all, debhelper (>= 10), dh-python, python-django, python3-django +Build-Depends: debhelper (>= 10), + dh-python, + python3-all, + python3-django, + python3-setuptools Standards-Version: 3.9.1 Package: python3-authentic2-auth-fedict Architecture: all -Depends: ${misc:Depends}, - python3-authentic2 +Depends: python3-authentic2, ${misc:Depends} Description: Fedict authentication frontend for Authentic2 (Python 3)