[Python-modules-commits] [django-nose] 06/07: Add python(3)-django to Depends.
Michael Fladischer
fladi at moszumanska.debian.org
Tue Oct 17 18:09:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository django-nose.
commit 6203632189039f100b48467ae290d03b1c6f1ab4
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Oct 17 18:27:57 2017 +0200
Add python(3)-django to Depends.
---
debian/changelog | 1 +
debian/control | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5e6b3ad..5478a50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ django-nose (1.4.5-1) UNRELEASED; urgency=low
* New upstream release.
* Refresh patches for 1.4.5.
* Bump Standards-Version to 4.1.1.
+ * Add python(3)-django to Depends.
-- Michael Fladischer <fladi at debian.org> Tue, 17 Oct 2017 18:13:46 +0200
diff --git a/debian/control b/debian/control
index 4e1067f..69a0241 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Package: python-django-nose
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
+ python-django
Description: Django test runner that uses python-nose
python-django-nose integrates python-nose into Django test runner by
extending the Django management CLI with nose-related options.
@@ -36,6 +37,7 @@ Package: python3-django-nose
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
+ python3-django
Description: Django test runner that uses python-nose (Python3 version)
python-django-nose integrates python-nose into Django test runner by
extending the Django management CLI with nose-related options.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-nose.git
More information about the Python-modules-commits
mailing list