File gcsdk-bq-hide-deps.patch of Package google-cloud-sdk.7361
--- platform/bq/setup.py.orig
+++ platform/bq/setup.py
@@ -24,13 +24,13 @@ from setuptools import setup # pylint:
# Configure the required packages and scripts to install, depending on
# Python version and OS.
-REQUIRED_PACKAGES = [
- 'google-apputils',
- 'python-gflags',
- 'google-api-python-client==1.2',
- 'oauth2client==1.2',
- 'httplib2',
- ]
+#REQUIRED_PACKAGES = [
+# 'google-apputils',
+# 'python-gflags',
+# 'google-api-python-client==1.2',
+# 'oauth2client==1.2',
+# 'httplib2',
+# ]
CONSOLE_SCRIPTS = [
'bq = bq:run_main',
]
@@ -60,7 +60,7 @@ setup(name='bigquery',
entry_points={
'console_scripts': CONSOLE_SCRIPTS,
},
- install_requires=REQUIRED_PACKAGES,
+ #install_requires=REQUIRED_PACKAGES,
provides=[
'bigquery (%s)' % (_BQ_VERSION,),
],