From 11d026dd95c17267ebfb0722920d356441522276 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Mon, 26 Nov 2012 13:51:03 +0000 Subject: [PATCH] pip-requires fix boto version Boto version added to pip-requires is wrong - we need a version containing the commit discussed under https://github.com/boto/boto/pull/742, which is only included in boto>=2.4.0 Change-Id: Iaaa61f306d4035e63ca3f7a0eafe2d5715585f16 Signed-off-by: Steven Hardy --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 44fbefa4..197497e0 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -10,7 +10,7 @@ # libxml2-dev(el) and libxslt-dev(el) packages. PyCrypto -boto==2.1.1 +boto>=2.4.0 eventlet>=0.9.17 greenlet>=0.3.1 httplib2 -- 2.45.2