From 4218dcd1abc7c3ad0136ab8103c418435a67761a Mon Sep 17 00:00:00 2001 From: Julien Danjou <julien@danjou.info> Date: Tue, 11 Jun 2013 18:14:50 +0200 Subject: [PATCH] Bump kombu requirements Now that we require msgpack, old version of kombu are not compatible with msgpack<0.2 and breaks. So let's depend on versions of kombu that supports msgpack>=0.2. Fixes: bug 1134575 Change-Id: I910ff21f3df75e486816aea533396852eb3fbf16 Signed-off-by: Julien Danjou <julien@danjou.info> --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 2f64d356e7..f6d59decd4 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -21,7 +21,7 @@ iso8601>=0.1.4 jsonrpclib jsonschema>=1.0.0 kazoo>=0.9,<=1.1 -kombu>=1.0.4 +kombu>2.4.7 lockfile>=0.8 lxml>=2.3 msgpack-python