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

hooks: remove hook for google.api #682

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

rokm
Copy link
Member

@rokm rokm commented Jan 3, 2024

Remove hook for google.api, which erroneously assumes that presence of the google.api namespace package implies availability of the google-api-core dist.

This results in an error when, for example, only
googleapis-common-protos is installed in the build environment.

The collection of google-api-core metadata should be sufficiently handled by the hook for google.api_core.

See https://github.com/orgs/pyinstaller/discussions/8206

Remove hook for `google.api`, which erroneously assumes that presence
of the `google.api` namespace package implies availability of the
`google-api-core` dist.

This results in an error when, for example, only
`googleapis-common-protos` is installed in the build environment.

The collection of `google-api-core` metadata should be sufficiently
handled by the hook for `google.api_core`.
@rokm rokm merged commit 13fc0fd into pyinstaller:master Jan 3, 2024
2 checks passed
@rokm rokm deleted the hook-remove-google.api branch January 3, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants