From: Maru Newby Date: Thu, 8 Mar 2012 22:52:35 +0000 (-0800) Subject: Downgraded required version of WebOb to 1.0.8. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4bacc462ea2cefc612c1df7bdd82029fa74b1b21;p=openstack-build%2Fneutron-build.git Downgraded required version of WebOb to 1.0.8. * Maintaining version parity with other OpenStack projects is essential to packaging efforts and shared installation (devstack). * fixes bug 950374 Change-Id: I9b16f29a3641df7063ec80bc86b03b4857776b42 --- diff --git a/tools/pip-requires b/tools/pip-requires index ac357fa72..1bef91e11 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -7,7 +7,7 @@ mox==0.5.3 python-gflags==1.3 simplejson sqlalchemy -webob==1.1.1 +webob==1.0.8 webtest distribute>=0.6.24