summaryrefslogtreecommitdiff
path: root/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.12-use-friendy-version-checks.patch
blob: 73f895168e8fdda2dc80818c0c0cb0670a3470c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/setup.py
+++ b/setup.py
@@ -36,11 +36,9 @@
 requires = [
     'boto>=2.29.1',
     'httplib2>=0.8',
-    'oauth2client==1.5.2',
+    'oauth2client>=1.5.2',
     'pyOpenSSL>=0.13',
-    # 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',
 ]