From 25d1df355d04fc67d32065356240c0515031b035 Mon Sep 17 00:00:00 2001 From: Lucy Bridges Date: Mon, 16 Dec 2024 14:55:46 +0000 Subject: [PATCH] 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 --- docker/dependencies.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/dependencies.txt b/docker/dependencies.txt index f434a227..634d3f77 100644 --- a/docker/dependencies.txt +++ b/docker/dependencies.txt @@ -2,6 +2,5 @@ git postgresql-client python3.12 -python3.12-distutils python3.12-venv tzdata