From fb34f69ca163ba565f34260b26b3f0f656630cc0 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Fri, 30 Nov 2012 23:44:18 +0100 Subject: [PATCH] Allow newer boto library versions Change the boto dependency specification in pip-requires to just 'boto' without version restriction, as it was before the build issue. Change-Id: If6c317ffce867f9e544e47c5b0e4b1f2fe9f082f --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index e590f365e666..6b3c83ec680c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,7 +2,7 @@ SQLAlchemy>=0.7.8,<=0.7.9 Cheetah==2.4.4 amqplib>=0.6.1 anyjson>=0.2.4 -boto==2.1.1 +boto eventlet>=0.9.17 kombu>=1.0.4 lxml>=2.3,<=2.3.5