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 Python distutils #267

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove Python distutils
The distutils module has been deprecated for some time and was removed in
Python3.12[^1]. A recent update to deadsnakes means that the package is no
longer available at all and is breaking the build. This package is no longer
required as everything has been moved over to setup tools.

[^1]: https://peps.python.org/pep-0632/#migration-advice
  • Loading branch information
lucyb committed Dec 16, 2024

Verified

This commit was signed with the committer’s verified signature.
lucyb Lucy B
commit 25d1df355d04fc67d32065356240c0515031b035
1 change: 0 additions & 1 deletion docker/dependencies.txt
Original file line number Diff line number Diff line change
@@ -2,6 +2,5 @@
git
postgresql-client
python3.12
python3.12-distutils
python3.12-venv
tzdata