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 use of pkg_resources #266

Closed
JonathonReinhart opened this issue Jan 2, 2024 · 1 comment · Fixed by #271 or #274
Closed

Remove use of pkg_resources #266

JonathonReinhart opened this issue Jan 2, 2024 · 1 comment · Fixed by #271 or #274

Comments

@JonathonReinhart
Copy link
Owner

See JonathonReinhart/scuba#245

JonathonReinhart added a commit that referenced this issue Jan 8, 2024
pkg_resources is deprecated:
https://setuptools.pypa.io/en/latest/pkg_resources.html

This prefers importlib.metadata (introduced in Python 3.8) and uses the
backport importlib_metadata for Python 3.7 (to be removed in #264).

Fixes #266
JonathonReinhart added a commit that referenced this issue Jan 8, 2024
pkg_resources is deprecated:
https://setuptools.pypa.io/en/latest/pkg_resources.html

This prefers importlib.metadata (introduced in Python 3.8) and uses the
backport importlib_metadata for Python 3.7 (to be removed in #264).

Fixes #266
JonathonReinhart added a commit that referenced this issue Jan 8, 2024
#271)

pkg_resources is deprecated:
https://setuptools.pypa.io/en/latest/pkg_resources.html

This prefers importlib.metadata (introduced in Python 3.8) and uses the
backport importlib_metadata for Python 3.7 (to be removed in #264).

Fixes #266
@JonathonReinhart
Copy link
Owner Author

I missed the fact that pkg_resources is still used in staticx/assets.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant