scripts: Remove distutils from deps

Package is deprecated and removed in Ubuntu 24.04.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford 2025-01-13 13:16:12 -07:00 committed by Tim Crawford
parent c984fabeb5
commit 29f1352365

View file

@ -33,7 +33,6 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
parted \
pkgconf \
python-is-python3 \
python3-distutils \
uuid-dev \
zlib1g-dev
elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
@ -70,7 +69,6 @@ elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
parted \
patch \
python \
python-distutils-extra \
systemd-libs
else
msg "Unknown system ID: ${ID}"