Skip to content

Commit

Permalink
hooks: remove hook for google.api
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
rokm committed Jan 3, 2024
1 parent 7d0c295 commit 13fc0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 3 additions & 0 deletions news/682.remove.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Remove hook for ``google.api``, which erroneously assumes that presence
of the ``google.api`` namespace package implies availability of the
``google-api-core`` dist.
15 changes: 0 additions & 15 deletions src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-google.api.py

This file was deleted.

0 comments on commit 13fc0fd

Please sign in to comment.