From 30197d76fe61bf08207bc57f0f95f010116c109f Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 26 Feb 2013 11:38:43 +0000 Subject: 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 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.1