From e099eb2522d2a62a0f3df078b858e2e4f66ba2e4 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 24 Jun 2013 12:15:52 -0400 Subject: [PATCH] Pin kombu and anyjson versions The minimum version of kombu in the requirements list has been updated to ensure that compatible kombu and msgpack libraries are used across all projects. That update also requires an update to anyjson. Addresses bug #1134575 Change-Id: I1520af1315fe649f52ab62769164dc67f4396651 Signed-off-by: Doug Hellmann --- tools/pip-requires | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index d696a56e83..3863061144 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -5,7 +5,7 @@ greenlet>=0.3.1 # < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983 SQLAlchemy>=0.7.8,<=0.7.99 -anyjson +anyjson>=0.3.3 eventlet>=0.9.12 PasteDeploy routes @@ -15,7 +15,7 @@ argparse boto sqlalchemy-migrate>=0.7 httplib2 -kombu +kombu>2.4.7 pycrypto>=2.1.0alpha1 iso8601>=0.1.4 oslo.config>=1.1.0