summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 14:43:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 15:05:04 +0100
commit51f7fe5057f5cfd7295b55dc12c3df6d90352f44 (patch)
tree3837fc5d134174af8595678fa439fb555ed34e4a /dev-python/gcs-oauth2-boto-plugin/files
parentdev-python/gast: Remove py2 (diff)
downloadgentoo-51f7fe5057f5cfd7295b55dc12c3df6d90352f44.tar.gz
gentoo-51f7fe5057f5cfd7295b55dc12c3df6d90352f44.tar.bz2
gentoo-51f7fe5057f5cfd7295b55dc12c3df6d90352f44.zip
dev-python/gcs-oauth2-boto-plugin: Remove old (drop to ~arch)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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.8-use-friendy-version-checks.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch
deleted file mode 100644
index c89b7a69b461..000000000000
--- a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.8-use-friendy-version-checks.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -36,9 +36,7 @@ requires = [
- 'httplib2>=0.8',
- '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',
- ]
-