Skip to content

Commit 29f1352

Browse files
committed
scripts: Remove distutils from deps
Package is deprecated and removed in Ubuntu 24.04. Signed-off-by: Tim Crawford <[email protected]>
1 parent c984fab commit 29f1352

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/install-deps.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
3333
parted \
3434
pkgconf \
3535
python-is-python3 \
36-
python3-distutils \
3736
uuid-dev \
3837
zlib1g-dev
3938
elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
@@ -70,7 +69,6 @@ elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
7069
parted \
7170
patch \
7271
python \
73-
python-distutils-extra \
7472
systemd-libs
7573
else
7674
msg "Unknown system ID: ${ID}"

0 commit comments

Comments
 (0)