summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-08-12 05:12:05 +0000
committerMike Frysinger <vapier@gentoo.org>2014-08-12 05:12:05 +0000
commit3c86ff7753d2c25c41092bca15f9ddba2366cb17 (patch)
tree6156d8d88813eb4a66d3570282cf9ecda71064da /dev-python/gcs-oauth2-boto-plugin/files
parentAdd support for running tests #519118 by Anthony Ryan. (diff)
downloadgentoo-2-3c86ff7753d2c25c41092bca15f9ddba2366cb17.tar.gz
gentoo-2-3c86ff7753d2c25c41092bca15f9ddba2366cb17.tar.bz2
gentoo-2-3c86ff7753d2c25c41092bca15f9ddba2366cb17.zip
New package required by newer gsutil #516026 by Bruno Ricci.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
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.7-use-friendy-version-checks.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch
new file mode 100644
index 000000000000..665b1c4f01bb
--- /dev/null
+++ b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch
@@ -0,0 +1,13 @@
+--- a/setup.py
++++ b/setup.py
+@@ -36,9 +36,7 @@ requires = [
+ 'python-gflags>=2.0',
+ 'google-api-python-client>=1.1',
+ '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',
+ ]
+