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 <shardy@redhat.com>
This commit is contained in:
Steven Hardy
2012-11-26 13:51:03 +00:00
parent 87e56e3616
commit 11d026dd95

View 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