Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 3e1e0d8b7f2bdb2fa66e8ac76cd68d6f > files > 2

gsutil-3.38-1.mga4.src.rpm

--- gsutil/setup.py~	2013-11-25 20:44:25.000000000 +0000
+++ gsutil/setup.py	2013-12-08 23:03:29.077643830 +0000
@@ -33,7 +33,7 @@
 """
 
 requires = [
-    'boto==2.17.0',
+    'boto>=2.17.0',
     'httplib2>=0.8',
     'python-gflags>=2.0',
     'google-api-python-client>=1.1',
@@ -41,7 +41,7 @@
     'crcmod>=1.7',
     # Not using 1.02 because of:
     #   https://code.google.com/p/socksipy-branch/issues/detail?id=3
-    'SocksiPy-branch==1.01',
+    'SocksiPy-branch>=1.01',
     'retry_decorator>=1.0.0',
 ]