Package: python3-django-guardian Version: 1.4.8-1 Severity: important Tags: patch
Due to a cut'n'paste error a direct python3 dependency is missing:
--- debian/control.old 2017-07-06 12:53:48.000000000 +0000
+++ debian/control 2017-07-06 12:54:02.000000000 +0000
@@ -56,7 +56,7 @@
Depends: python3-django (>= 1.2),
python3-six,
${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
Suggests: python-django-guardian-doc,
Description: per object permissions of django for Python3
For Python3.

