Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove hyphen from named extra in api_core #6468

Merged
merged 1 commit into from
Nov 9, 2018

Conversation

crwilcox
Copy link
Contributor

@crwilcox crwilcox commented Nov 9, 2018

In pip 8, which is currently used on ubuntu 16.04 LTS, extras with hyphens are ignored and not installed.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 9, 2018
@@ -40,7 +40,7 @@
]
extras = {
'grpc': 'grpcio >= 1.8.2',
'grpcio-gcp': 'grpcio-gcp >= 0.2.2'
'grpcgcp': 'grpcio-gcp >= 0.2.2'

This comment was marked as spam.

This comment was marked as spam.

@crwilcox crwilcox merged commit 9e4da44 into googleapis:master Nov 9, 2018
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.

3 participants