[Python-modules-commits] [pytest-django] 01/01: Fix depends.
Brian May
bam at moszumanska.debian.org
Wed Oct 28 09:06:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository pytest-django.
commit 779ed55e7d0d1bfe180b45aa2ad335c92effa1ad
Author: Brian May <bam at debian.org>
Date: Wed Oct 28 20:00:59 2015 +1100
Fix depends.
---
debian/changelog | 6 ++++++
debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ae98890..41f3f25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pytest-django (2.9.1-2) unstable; urgency=medium
+
+ * Fix depends on python3-pytest-django package.
+
+ -- Brian May <bam at debian.org> Wed, 28 Oct 2015 20:02:35 +1100
+
pytest-django (2.9.1-1) unstable; urgency=low
* Initial version. Closes: #802727.
diff --git a/debian/control b/debian/control
index e183a16..cffba0c 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Description: Django plugin for py.test.
Package: python3-pytest-django
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: Django plugin for py.test.
Running your test suite with pytest-django allows you to access features
of pytest that wouldn't normally be available with the Django’s
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-django.git
More information about the Python-modules-commits
mailing list