diff options
author | 2017-02-11 13:16:59 -0500 | |
---|---|---|
committer | 2017-02-11 13:17:15 -0500 | |
commit | c15cc9f777fc64e3d7811b2a49922c1872d37244 (patch) | |
tree | d2b7feff1a1776b54ad50750aad1e62464331dda /net-misc/gsutil/files | |
parent | dev-scheme/guile-lib: fix dep bug #606678 (diff) | |
download | gentoo-c15cc9f777fc64e3d7811b2a49922c1872d37244.tar.gz gentoo-c15cc9f777fc64e3d7811b2a49922c1872d37244.tar.bz2 gentoo-c15cc9f777fc64e3d7811b2a49922c1872d37244.zip |
net-misc/gsutil: drop old 4.18 version
Diffstat (limited to 'net-misc/gsutil/files')
-rw-r--r-- | net-misc/gsutil/files/gsutil-4.18-use-friendy-version-checks.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-misc/gsutil/files/gsutil-4.18-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.18-use-friendy-version-checks.patch deleted file mode 100644 index ebc8832f5784..000000000000 --- a/net-misc/gsutil/files/gsutil-4.18-use-friendy-version-checks.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -35,10 +35,10 @@ - """ - - requires = [ -- 'boto==2.38.0', -+ 'boto>=2.38.0', - 'crcmod>=1.7', - 'gcs-oauth2-boto-plugin>=1.12', -- 'google-apitools==0.5.2', -+ 'google-apitools>=0.5.2', - 'httplib2>=0.8', -- 'oauth2client==1.5.2', -+ 'oauth2client>=1.5.2', - 'pyOpenSSL>=0.13', -@@ -48,7 +48,7 @@ - 'six>=1.9.0', - # 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', - ] - - dependency_links = [ |