]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
pip-requires fix boto version
authorSteven Hardy <shardy@redhat.com>
Mon, 26 Nov 2012 13:51:03 +0000 (13:51 +0000)
committerSteven Hardy <shardy@redhat.com>
Mon, 26 Nov 2012 13:51:03 +0000 (13:51 +0000)
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 <shardy@redhat.com>
tools/pip-requires

index 44fbefa4dc22d2fb29b677d25a804729b1b699b7..197497e0d6da6eb078b39a798cae0592c25daf03 100644 (file)
@@ -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