Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
google-cloud-sdk
gcsdk-bq-hide-deps.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gcsdk-bq-hide-deps.patch of Package google-cloud-sdk
--- 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,), ],
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor