From 005251c3b88606013bc9526c0ef32b01e52b08c9 Mon Sep 17 00:00:00 2001 From: Dan Wendlandt Date: Mon, 7 Jan 2013 12:17:09 -0800 Subject: [PATCH] Undo change to require WebOb 1.2.3, instead, require only >=1.0.8 This allows ceilometer to use 1.2.3, without breaking devstack for quantum in the mean time. See bug #1092227 Change-Id: I1d1b4c0b6dbb917ddf785bdf7ce90be9beb6540c --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index e3df85e21..fb7d4b241 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -12,5 +12,5 @@ netaddr python-quantumclient>=2.0 pyudev sqlalchemy==0.7.9 -webob==1.2.3 +webob>=1.0.8 python-keystoneclient>=0.2.0 -- 2.45.2