diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-28 14:22:01 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-28 15:10:57 -0400 |
commit | d3d56fbb84b18f1c5207929db980beaeeb172c1a (patch) | |
tree | f1699e817e82f291a608c9b05e310e2c433cf365 /dev-python/gcs-oauth2-boto-plugin/files | |
parent | kde-apps/kio-extras: Backport improvements (diff) | |
download | gentoo-d3d56fbb84b18f1c5207929db980beaeeb172c1a.tar.gz gentoo-d3d56fbb84b18f1c5207929db980beaeeb172c1a.tar.bz2 gentoo-d3d56fbb84b18f1c5207929db980beaeeb172c1a.zip |
dev-python/gcs-oauth2-boto-plugin: drop old <1.8-r1 versions
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.7-use-friendy-version-checks.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch deleted file mode 100644 index 665b1c4f01bb..000000000000 --- a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -36,9 +36,7 @@ requires = [ - 'python-gflags>=2.0', - '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', - ] - |