[Python-modules-commits] [libcloud] 03/05: uses latest python-lockfile (Closes: #789561)
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Fri Jan 6 22:18:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository libcloud.
commit 02997588fd135ba21ed1352a3a26be59ae86fb3c
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Fri Jan 6 23:07:39 2017 +0100
uses latest python-lockfile (Closes: #789561)
---
debian/control | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/control b/debian/control
index 3ddbcec..3a06a6e 100644
--- a/debian/control
+++ b/debian/control
@@ -11,14 +11,14 @@ Build-Depends: debhelper (>= 9~),
python-crypto (>= 2.6),
python-simplejson,
python-setuptools,
- python-lockfile,
+ python-lockfile (>= 0.9),
python-mock (>= 0.8.0),
python-epydoc,
python-pydoctor,
python-backports.ssl-match-hostname,
python3-all,
python3-crypto (>= 2.6),
- python3-lockfile,
+ python3-lockfile (>= 0.9),
python3-simplejson,
python3-setuptools,
python3-mock (>= 0.8.0)
@@ -35,7 +35,7 @@ Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-crypto (>= 2.6),
- python-lockfile,
+ python-lockfile (>= 0.9),
python-simplejson
Description: unified Python interface into the cloud
libcloud is a pure Python client library for interacting with many of the
@@ -67,7 +67,7 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-crypto (>= 2.6),
- python3-lockfile,
+ python3-lockfile (>= 0.9),
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