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 dependency on importlib-metadata in meta path finder #176

Conversation

chrisnovakovic
Copy link
Contributor

importlib-metadata is a third-party module that isn't included in the bootstrap pex, preventing the ModuleDirImport class from acting as a meta path finder unless it happens to be included as a dependency of downstream code. Depend on importlib.metadata instead, which has been part of the standard library since 3.8.

importlib-metadata is a third-party module that isn't included in the
bootstrap pex, preventing the `ModuleDirImport` class from acting as a
meta path finder unless it happens to be included as a dependency of
downstream code. Depend on `importlib.metadata` instead, which has been
part of the standard library since 3.8.

Fixes please-build#175.
@chrisnovakovic chrisnovakovic force-pushed the meta-path-finder-importlib-metadata branch from 8c37dac to 9c58030 Compare October 3, 2024 11:15
@chrisnovakovic chrisnovakovic merged commit fba6378 into please-build:master Oct 3, 2024
5 checks passed
@chrisnovakovic chrisnovakovic deleted the meta-path-finder-importlib-metadata branch October 3, 2024 11:59
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