From eb4bd86f65a440b39804d16e477aeb77f31e11c1 Mon Sep 17 00:00:00 2001 From: Brian Lamar Date: Thu, 29 Sep 2011 15:55:42 -0400 Subject: Added ==1.0.4 version specifier to kombu in pip-requires to ensure tests pass in a clean venv. Fixes bug 862629. Change-Id: Ie379aaf3a0753b022fa14e7c8f0a18f4c35b9c96 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index b5d1fa713..f1cbf802c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -8,7 +8,7 @@ anyjson==0.2.4 boto==1.9b carrot==0.10.5 eventlet -kombu +kombu==1.0.4 lockfile==0.8 lxml==2.3 python-novaclient==2.6.5 -- cgit