From 1359767ae8dae15e3ad33307a54e4aae127e64c3 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 (cherry picked from commit 3a50a702f94344ef9903d1c7342d7d516e44a254) --- tools/pip-requires | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 7ed4a433f25..67dca17c7e4 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