You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.13...

14 lines
347 B

--- a/setup.py
+++ b/setup.py
@@ -36,9 +36,7 @@
'httplib2>=0.8',
'oauth2client>=1.5.2, !=2.0.*',
'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',
'six>=1.6.1'
]