[Python-modules-commits] [exam] 01/01: Let dh_python determine the mock depends (corrects issue where python- exam incorrectly depended on python-mock instead of python3-mock)
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Jul 8 03:48:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch debian/master
in repository exam.
commit ac25acfb6e7a8bacdbba02a44eb817e8c884872a
Author: Scott Kitterman <scott at kitterman.com>
Date: Fri Jul 7 23:48:11 2017 -0400
Let dh_python determine the mock depends (corrects issue where python- exam incorrectly depended on python-mock instead of python3-mock)
---
debian/changelog | 4 +++-
debian/control | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f568d16..8b5620e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ exam (0.10.5-2) unstable; urgency=medium
name
* Use correct substitution varial for python3-exam so python3 interpreter
depends are correctly generated (Closes: #867404)
+ * Let dh_python determine the mock depends (corrects issue where python-
+ exam incorrectly depended on python-mock instead of python3-mock)
- -- Scott Kitterman <scott at kitterman.com> Fri, 07 Jul 2017 23:35:56 -0400
+ -- Scott Kitterman <scott at kitterman.com> Fri, 07 Jul 2017 23:47:09 -0400
exam (0.10.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 083d847..0e2ad03 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/exam.git
Package: python-exam
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-mock
+Depends: ${misc:Depends}, ${python:Depends}
Description: Python module to help write better tests
Exam is a Python toolkit for writing better tests. It aims to remove
a lot of the boiler plate testing code one often writes, while still
@@ -59,7 +59,7 @@ Description: Python module to help write better tests
Package: python3-exam
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python-mock
+Depends: ${misc:Depends}, ${python3:Depends}
Description: Python module to help write better tests
Exam is a Python toolkit for writing better tests. It aims to remove
a lot of the boiler plate testing code one often writes, while still
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/exam.git
More information about the Python-modules-commits
mailing list