[Python-modules-commits] [python-django-localflavor] 04/09: d/control add test dependencies
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Sat Nov 28 15:12:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository python-django-localflavor.
commit 6982f4ea6c6799b94566b6051301775b22715755
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Sat Nov 28 03:37:24 2015 +0100
d/control add test dependencies
---
debian/control | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 07a323c..7265e96 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,12 @@ Build-Depends: dh-python,
python3-setuptools,
python3-all,
python-sphinx,
- python-django
+ python-django (>= 1.7),
+ python3-django (>= 1.7),
+ python-six,
+ python3-six,
+ python-django-discover-runner,
+ python3-django-discover-runner
Standards-Version: 3.9.6
Homepage: http://django-localflavor.readthedocs.org/en/latest/
X-Python-Version: >= 2.6
@@ -21,6 +26,7 @@ X-Python3-Version: >=3.3
Package: python-django-localflavor
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-django-localflavor-doc
Description: Python 2 package for Country-specific Django helpers
Django's "localflavor" packages offer additional functionality for particular
countries or cultures. For example, these might include form fields for your
@@ -31,6 +37,7 @@ Description: Python 2 package for Country-specific Django helpers
Package: python3-django-localflavor
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-django-localflavor-doc
Description: Python 3 package for Country-specific Django helpers
Django's "localflavor" packages offer additional functionality for particular
countries or cultures. For example, these might include form fields for your
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-localflavor.git
More information about the Python-modules-commits
mailing list