summaryrefslogtreecommitdiff
path: root/net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-29 16:53:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-29 16:53:27 +0100
commit1173ad5704ce725916e0c332416aff326d850d06 (patch)
treed48d60977ce19864893dfb2222bf2982ffb4262a /net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch
parent8c364c784966be1700ea39ae45028f3e9be9cae0 (diff)
gentoo resync : 29.03.2018
Diffstat (limited to 'net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch')
-rw-r--r--net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch
new file mode 100644
index 000000000000..5cf7c42274da
--- /dev/null
+++ b/net-misc/gsutil/files/gsutil-4.30-use-friendy-version-checks.patch
@@ -0,0 +1,30 @@
+--- a/setup.py
++++ b/setup.py
+@@ -36,23 +36,23 @@
+
+ requires = [
+ 'argcomplete>=1.9.4',
+- 'boto==2.48.0',
++ 'boto>=2.48.0',
+ 'crcmod>=1.7',
+ 'fasteners>=0.14.1',
+ 'gcs-oauth2-boto-plugin>=1.14',
+ 'google-apitools>=0.5.22',
+ 'httplib2>=0.10.3',
+ # TODO: Sync submodule with tag referenced here once #339 is fixed in mock.
+- 'mock==2.0.0',
++ 'mock>=2.0.0',
+ 'monotonic>=1.4',
+- 'oauth2client==4.1.2',
++ 'oauth2client>=4.1.2',
+ 'pyOpenSSL>=0.13',
+ 'python-gflags>=2.0',
+ 'retry_decorator>=1.0.0',
+ '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',
++ 'PySocks>=1.01',
+ ]
+
+ dependency_links = [