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 distutils #658

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Remove distutils #658

merged 1 commit into from
Dec 11, 2024

Conversation

iaindillingham
Copy link
Contributor

distutils has been deprecated for some time, and was removed from 3.12's standard library (PEP 632). Recently, python3.12-distutils was also removed from deadsnakes. Including it in docker/dependencies.txt breaks the build; removing it from this file seems to be harmless, probably because tools that depend upon it have already migrated to setuptools.

distutils has been deprecated for some time, and was removed from 3.12's
standard library ([PEP 632][]). Recently, python3.12-distutils was also
removed from deadsnakes. Including it in docker/dependencies.txt breaks
the build; removing it from this file seems to be harmless, probably
because tools that depend upon it have already migrated to setuptools.

[PEP 632]: https://peps.python.org/pep-0632/
@iaindillingham iaindillingham merged commit 7a3ca86 into main Dec 11, 2024
6 checks passed
@iaindillingham iaindillingham deleted the iaindillingham/remove-distutils branch December 11, 2024 14:36
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