From dd2abff81f84c1b7d8b378e34c80db6f3a90ef3c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 8 May 2013 09:48:07 +0900 Subject: [PATCH] relax amqplib and kombu version requirements as nova did while ago. this particular version of kombu doesn't work if newer msgpack happens to be installed on the system. bug 1178512 Change-Id: I2749623036723b5a772b1c4c01dc07437e421925 --- tools/pip-requires | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 7ed4a433f..67dca17c7 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,14 +1,14 @@ Paste PasteDeploy>=1.5.0 Routes>=1.12.3 -amqplib==0.6.1 +amqplib>=0.6.1 anyjson>=0.2.4 argparse eventlet>=0.9.17 greenlet>=0.3.1 httplib2 iso8601>=0.1.4 -kombu==1.0.4 +kombu>=1.0.4 netaddr python-quantumclient>=2.2.0,<3.0.0 pyudev