File gsutilHideDeps.patch of Package google-cloud-sdk
--- platform/gsutil/setup.py.orig
+++ platform/gsutil/setup.py
@@ -34,27 +34,27 @@ management tasks, including:
* Editing object and bucket ACLs.
"""
-requires = [
- 'boto==2.30.0',
- 'crcmod>=1.7',
- 'gcs-oauth2-boto-plugin>=1.8',
- 'httplib2>=0.8',
- 'oauth2client>=1.4.1',
- 'pyOpenSSL>=0.13',
- 'python-gflags>=2.0',
- 'retry_decorator>=1.0.0',
- 'six>=1.8.0',
+#requires = [
+# 'boto==2.30.0',
+# 'crcmod>=1.7',
+# 'gcs-oauth2-boto-plugin>=1.8',
+# 'httplib2>=0.8',
+# 'oauth2client>=1.4.1',
+# 'pyOpenSSL>=0.13',
+# 'python-gflags>=2.0',
+# 'retry_decorator>=1.0.0',
+# 'six>=1.8.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 = [
+#dependency_links = [
# Note: this commit ID should be kept in sync with the 'third_party/boto'
# entry in 'git submodule status'.
# pylint: disable=line-too-long
- 'https://github.com/boto/boto/archive/34e0dcfaa778ee469ca08ae487a0bd4021a8e0da.tar.gz#egg=boto-2.30.0',
-]
+# 'https://github.com/boto/boto/archive/34e0dcfaa778ee469ca08ae487a0bd4021a8e0da.tar.gz#egg=boto-2.30.0',
+#]
CURDIR = os.path.abspath(os.path.dirname(__file__))
BOTO_DIR = os.path.join(CURDIR, 'third_party', 'boto')
@@ -161,8 +161,8 @@ setup(
'gsutil = gslib.__main__:main',
],
},
- install_requires=requires,
- dependency_links=dependency_links,
+# install_requires=requires,
+# dependency_links=dependency_links,
cmdclass={
'build_py': CustomBuildPy,
'sdist': CustomSDist,