From 7dff156536f0c4ef8ce4df1f791ad1ecc3ea166b 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 --- pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requires b/pip-requires index e590f36..6b3c83e 100644 --- a/pip-requires +++ b/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