summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-02-26 11:38:43 +0000
committerMark McLoughlin <markmc@redhat.com>2013-02-26 11:38:43 +0000
commit30197d76fe61bf08207bc57f0f95f010116c109f (patch)
tree65f1dee45b6b49cf3f26cc66baa8419876d9e392 /tools
parent341b59531f73fb9d3575160496fb34f57bb01b1e (diff)
downloadnova-30197d76fe61bf08207bc57f0f95f010116c109f.tar.gz
Unpin suds dependency version
Fixes bug #1133247 suds is used by the vmware driver and the dependency has always been pinned to 0.4: 67e63ba8 (Sateesh Chodapuneedi 2011-03-07 18:10:48 +0530 17) suds==0.4 0.4 was released in September 2010 and there hasn't been a release since. In fact, there has only been 16 commits since then and none of them look to break the existing API. If there's no reason to expect the next version to break us, we should unpin. Indeed, we want to know early if upstream does break its API. Change-Id: Icd2bdd021093293b2e4261a00d063239a3c42ce6
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 5d8960db20..d9326cb46a 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -14,7 +14,7 @@ PasteDeploy==1.5.0
paste
sqlalchemy-migrate>=0.7.2
netaddr
-suds==0.4
+suds>=0.4
paramiko
pyasn1
Babel>=0.9.6