[Python-modules-commits] [libcloud] 05/06: Build depend on python{3}-lockfile to ensure all tests are run.
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Mon Jan 18 21:23:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to branch master
in repository libcloud.
commit 5ea032cae5a4e678aacc676a990ba84e4378ce49
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Mon Jan 18 16:05:11 2016 -0500
Build depend on python{3}-lockfile to ensure all tests are run.
---
debian/changelog | 6 ++++--
debian/control | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c31c52e..b0ca20c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-libcloud (0.20.0-1) UNRELEASED; urgency=medium
+libcloud (0.20.0-1) unstable; urgency=medium
* New upstream release.
- Resolves test failures (Closes: #811160).
* Drop debian/patches/dont_req_backports_with_py3.patch,
applied upstream.
+ * Build depend on python{3}-lockfile to ensure all
+ tests are run.
- -- Andrew Starr-Bochicchio <asb at debian.org> Mon, 18 Jan 2016 14:48:24 -0500
+ -- Andrew Starr-Bochicchio <asb at debian.org> Mon, 18 Jan 2016 15:45:43 -0500
libcloud (0.17.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 5a69e5c..5d4fad5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,12 +11,14 @@ Build-Depends: debhelper (>= 7.0.50~),
python-crypto (>= 2.6),
python-simplejson,
python-setuptools,
+ python-lockfile,
python-mock (>= 0.8.0),
python-epydoc,
python-pydoctor,
python-backports.ssl-match-hostname,
python3-all,
python3-crypto (>= 2.6),
+ python3-lockfile,
python3-simplejson,
python3-setuptools,
python3-mock (>= 0.8.0)
@@ -65,6 +67,7 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-crypto (>= 2.6),
+ python3-lockfile,
python3-simplejson
Description: unified Python interface into the cloud (Python3 version)
libcloud is a pure Python client library for interacting with many of the
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/libcloud.git
More information about the Python-modules-commits
mailing list