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

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to