Skip to content

Conversation

@epall
Copy link
Contributor

@epall epall commented Jun 4, 2018

It depends heavily on oauth2client, which has been dropped as a required dependency

This seems to me like the quickest way to tackle #524, but it feels ugly. Maybe sample_tools needs to get re-written to use google-auth?

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 4, 2018
from googleapiclient import sample_tools
except ImportError:
import sys
sys.stderr.write("""Warning: unable to import apiclient.sample_tools\n""")

This comment was marked as spam.

'schema': schema,
}

try:

This comment was marked as spam.

It depends heavily on oauth2client, which has been dropped as a required dependency
@epall
Copy link
Contributor Author

epall commented Jun 4, 2018

Thanks! Updated.

@theacodes theacodes merged commit 980c308 into googleapis:master Jun 4, 2018
@tseaver
Copy link
Contributor

tseaver commented Jun 15, 2018

Should there be a sample_tools extra added in setup.py, with a dep on oauth2client for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants