]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Downgraded required version of WebOb to 1.0.8.
authorMaru Newby <mnewby@internap.com>
Thu, 8 Mar 2012 22:52:35 +0000 (14:52 -0800)
committerMaru Newby <mnewby@internap.com>
Thu, 8 Mar 2012 22:54:17 +0000 (14:54 -0800)
 * Maintaining version parity with other OpenStack projects is
   essential to packaging efforts and shared installation (devstack).
 * fixes bug 950374

Change-Id: I9b16f29a3641df7063ec80bc86b03b4857776b42

tools/pip-requires

index ac357fa72e76edff03882837472116354358115a..1bef91e11f4447e617cca3821dae26d6c3f31419 100644 (file)
@@ -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