File gcs_hidePyRequires.patch of Package python-gcs-oauth2-boto-plugin.4871
--- setup.py.orig
+++ setup.py
@@ -30,16 +30,16 @@ addition of automatically caching tokens
process-safe fashion.
"""
-requires = [
- 'boto>=2.29.1',
- 'httplib2>=0.8',
- 'google-api-python-client>=1.1',
- 'pyOpenSSL>=0.13',
+#requires = [
+# 'boto>=2.29.1',
+# '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',
- 'retry_decorator>=1.0.0',
-]
+# 'SocksiPy-branch==1.01',
+# 'retry_decorator>=1.0.0',
+#]
setup(
name='gcs-oauth2-boto-plugin',
@@ -57,5 +57,5 @@ setup(
platforms='any',
packages=find_packages(exclude=['third_party']),
include_package_data=True,
- install_requires=requires,
+# install_requires=requires,
)