From 36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 13 Sep 2019 17:49:31 +0100 Subject: Revert "gentoo resync : 13.09.2019" This reverts commit a1392efe64137262023d92492396ca9156d22396. --- .../gsutil-4.28-use-friendy-version-checks.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch (limited to 'net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch') diff --git a/net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch b/net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch new file mode 100644 index 000000000000..93b529a3003b --- /dev/null +++ b/net-misc/gsutil/files/gsutil-4.28-use-friendy-version-checks.patch @@ -0,0 +1,29 @@ +--- a/setup.py ++++ b/setup.py +@@ -36,21 +36,21 @@ + + requires = [ + 'argcomplete>=1.8.2', +- 'boto==2.48.0', ++ 'boto>=2.48.0', + 'crcmod>=1.7', + 'gcs-oauth2-boto-plugin>=1.14', +- 'google-apitools==0.5.16', ++ 'google-apitools>=0.5.16', + 'httplib2>=0.10.3', + # TODO: Sync submodule with tag referenced here once #339 is fixed in mock. +- 'mock==2.0.0', +- 'oauth2client==2.2.0', ++ 'mock>=2.0.0', ++ 'oauth2client>=2.2.0', + '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', ++ 'SocksiPy-branch>=1.01', + ] + + dependency_links = [ -- cgit v1.2.3