[Python-modules-commits] [django-reversion] 08/13: Add python(3)-mock to Build-Depends as they are required to run the tests.
Michael Fladischer
fladi at moszumanska.debian.org
Wed Nov 30 11:35:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository django-reversion.
commit 7d08afa4cc5a9e0477f7a9d922dc51477977e3c9
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Tue Nov 29 19:05:50 2016 +0100
Add python(3)-mock to Build-Depends as they are required to run the
tests.
---
debian/changelog | 2 ++
debian/control | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f2e7a99..a676185 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ django-reversion (2.0.8-1) UNRELEASED; urgency=low
documentation.
* New upstream release.
* Adapt d/rules to new upstream source layout.
+ * Add python(3)-mock to Build-Depends as they are required to run the
+ tests.
-- Michael Fladischer <fladi at debian.org> Tue, 29 Nov 2016 10:40:55 +0100
diff --git a/debian/control b/debian/control
index be25a9a..555646d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,12 @@ Build-Depends: debhelper (>= 9),
python-all,
python-babel,
python-django (>= 1.7),
+ python-mock,
python-setuptools,
python3-all,
python3-babel,
python3-django,
+ python3-mock,
python3-setuptools,
python3-sphinx
Standards-Version: 3.9.8
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-reversion.git
More information about the Python-modules-commits
mailing list