From: YAMAMOTO Takashi Date: Wed, 8 May 2013 00:48:07 +0000 (+0900) Subject: relax amqplib and kombu version requirements X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3a50a702f94344ef9903d1c7342d7d516e44a254;p=openstack-build%2Fneutron-build.git 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 --- 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