]> git-server-git.apps.pok.os.sepia.ceph.com Git - radosgw-agent.git/commitdiff
setup.py: Add a version range to the python-boto dependency.
authorGary Lowell <gary.lowell@inktank.com>
Mon, 26 Aug 2013 23:38:37 +0000 (16:38 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Mon, 26 Aug 2013 23:38:37 +0000 (16:38 -0700)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
requirements.txt
setup.py

index e219c2d96be52fce92556e87924acb06018d52ed..f2d62f1b44f8cf42e383a524fd5dc778e8038c29 100644 (file)
@@ -1,4 +1,4 @@
 argparse
-boto ==2.2.2
+boto >=2.2.2,<3.0.0
 requests
 PyYAML
index f701bed5f06cf5ca6d955a109586871d6cfe103f..b1ebc72af61a9186ceb4129a7e25671818490445 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(
 
     install_requires=[
         'setuptools',
-        'boto ==2.2.2',
+        'boto>=2.2.2,<3.0',
         'requests',
         ] + install_requires,