From 929175686fbe0218af5340385e6569ef2a155275 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Feb 2019 16:44:36 +0100 Subject: [PATCH] debian: modify control again --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 110bebc..da9346a 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ X-Python3-Version: >= 3.4 Package: python-django-kerberos Architecture: all -Depends: ${misc:Depends}, +Depends: ${misc:Depends}, ${python:Depends}, python-six, python-django (>= 1.8), python-kerberos @@ -24,10 +24,10 @@ Description: Kerberos authentication for Django applications Package: python3-django-kerberos Architecture: all -Depends: ${misc:Depends}, +Depends: ${misc:Depends}, ${python:Depends}, python3-six, python3-django (>= 1.8), python3-kerberos Description: Kerberos authentication for Django applications - + . This is the Python 3 version of the package.