From: Brian Waldon Date: Thu, 6 Sep 2012 17:43:05 +0000 (-0700) Subject: Lower webob dep from v1.2.0 to v1.0.8 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1ead125c9e28350175923390bb9058bba2aaf726;p=openstack-build%2Fneutron-build.git Lower webob dep from v1.2.0 to v1.0.8 All other OpenStack projects expect webob v1.0.8 yet Quantum expects v1.2.0. This discrepancy causes problems for certain projects that can't actually support v1.2.0 yet. This patch aligns the required version with that which the other OpenStack projects expect. Change-Id: I21b4c6c79a0382f241131f22edbeba22388a688d --- diff --git a/tools/pip-requires b/tools/pip-requires index c9b72f0b0..1c287266f 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -13,4 +13,4 @@ netaddr python-quantumclient>=2.0 pyudev sqlalchemy>0.6.4 -webob==1.2.0 +webob==1.0.8