diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-28 14:38:59 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-28 15:10:57 -0400 |
commit | 189309b1697e8cd8dcb88e8a617734fbb545cec4 (patch) | |
tree | a1665cab239f581ec8feff8793b8bca1f97301af /dev-python/gcs-oauth2-boto-plugin/files | |
parent | dev-python/gcs-oauth2-boto-plugin: drop old <1.8-r1 versions (diff) | |
download | gentoo-189309b1697e8cd8dcb88e8a617734fbb545cec4.tar.gz gentoo-189309b1697e8cd8dcb88e8a617734fbb545cec4.tar.bz2 gentoo-189309b1697e8cd8dcb88e8a617734fbb545cec4.zip |
dev-python/gcs-oauth2-boto-plugin: version bump to 1.12
Diffstat (limited to 'dev-python/gcs-oauth2-boto-plugin/files')
-rw-r--r-- | dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.12-use-friendy-version-checks.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.12-use-friendy-version-checks.patch b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.12-use-friendy-version-checks.patch new file mode 100644 index 000000000000..73f895168e8f --- /dev/null +++ b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.12-use-friendy-version-checks.patch @@ -0,0 +1,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', + ] + |