[Python-modules-team] Bug#867426: python3-django-contact-form: incorrect dependencies
Adrian Bunk
bunk at debian.org
Thu Jul 6 15:56:34 UTC 2017
Package: python3-django-contact-form
Version: 1.3-1
Severity: serious
Tags: patch
Due to a cut'n'paste error the dependencies are incorrect.
Fix:
--- debian/control.old 2017-07-06 15:53:58.000000000 +0000
+++ debian/control 2017-07-06 15:54:59.000000000 +0000
@@ -34,7 +34,7 @@
Package: python3-django-contact-form
Architecture: all
Recommends: python-django-contact-form-doc
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
+Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.0)
Description: extensible contact-form application for Django (Python 3)
This is a reusable application which simplifies including a contact form within
Django, the Python web framework. It provides a basic contact form which, once
More information about the Python-modules-team
mailing list