From: Doug Hellmann Date: Mon, 7 Jan 2013 15:52:39 +0000 (-0500) Subject: Make WebOb version specification more flexible X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3068391b52d8b86d2560bfea9014f4c70e10fd72;p=openstack-build%2Fcinder-build.git Make WebOb version specification more flexible Change the WebOb version to >=1.0.8 as an temporary measure to allow the actual version update to 1.2.3 to roll out across the projects one at a time without breaking the integration tests. Change-Id: I9969b02a6896f7b952301e40e96f0ef6df8f34c0 Signed-off-by: Doug Hellmann --- diff --git a/tools/pip-requires b/tools/pip-requires index 2d2c38f76..9ef13a00d 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -6,7 +6,7 @@ kombu==1.0.4 lockfile==0.8 lxml>=2.3 routes==1.12.3 -WebOb==1.0.8 +WebOb>=1.0.8 wsgiref==0.1.2 greenlet>=0.3.1 PasteDeploy==1.5.0