diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:51:36 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:51:36 -0400 |
commit | 253f53a1a2955c5c932e124eb369b06c75dc07e0 (patch) | |
tree | a6b78b304d1dee0c00d8f7ed89faa4f91f5239bc /net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch | |
parent | dev-utils/perf: add support for ppc64le #581746 (diff) | |
download | ppc64le-253f53a1a2955c5c932e124eb369b06c75dc07e0.tar.gz ppc64le-253f53a1a2955c5c932e124eb369b06c75dc07e0.tar.bz2 ppc64le-253f53a1a2955c5c932e124eb369b06c75dc07e0.zip |
net-misc/gsutil: copy from tree
Diffstat (limited to 'net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch')
-rw-r--r-- | net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch new file mode 100644 index 0000000..5d8bbbc --- /dev/null +++ b/net-misc/gsutil/files/gsutil-3.42-use-friendy-version-checks.patch @@ -0,0 +1,20 @@ +--- a/setup.py ++++ b/setup.py +@@ -33,15 +33,13 @@ management tasks, including: + """ + + requires = [ +- 'boto==2.22.1', ++ 'boto>=2.22.1', + 'httplib2>=0.8', + 'python-gflags>=2.0', + 'google-api-python-client>=1.1', + 'pyOpenSSL>=0.13', + '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', + ] + |