[Python-modules-commits] [python-lti] 01/02: Add packages to Build-Depends to enable tests (Closes: #880834).
Michael Fladischer
fladi at moszumanska.debian.org
Mon Dec 11 13:52:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository python-lti.
commit 265663c52daf8d67624a18fbbf02e462436bd96d
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Mon Dec 11 14:49:13 2017 +0100
Add packages to Build-Depends to enable tests (Closes: #880834).
* Add packages to Build-Depends to enable tests (Closes: #880834):
+ python3-httmock
+ python3-mock
+ python3-pytest
---
debian/changelog | 9 +++++++++
debian/control | 3 +++
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3d7d756..6f2c565 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-lti (0.9.2-2) UNRELEASED; urgency=medium
+
+ * Add packages to Build-Depends to enable tests (Closes: #880834):
+ + python3-httmock
+ + python3-mock
+ + python3-pytest
+
+ -- Michael Fladischer <fladi at debian.org> Mon, 11 Dec 2017 14:48:04 +0100
+
python-lti (0.9.2-1) unstable; urgency=low
* Initial release (Closes: #878791).
diff --git a/debian/control b/debian/control
index f43e3d5..b35e204 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,10 @@ Build-Depends: debhelper (>= 10),
dh-python,
python3-all,
python3-django,
+ python3-httmock,
python3-lxml,
+ python3-mock,
+ python3-pytest,
python3-requests,
python3-requests-oauthlib,
python3-setuptools
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-lti.git
More information about the Python-modules-commits
mailing list