mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 12:53:22 +00:00
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:
parent
c984fabeb5
commit
29f1352365
1 changed files with 0 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue