diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-27 13:58:29 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-27 13:58:29 +0000 |
commit | a3969701e6b6072111757a84a58a67538bd53b05 (patch) | |
tree | 68e0ed84b99edc143073a5beaccd06605f66d541 | |
parent | 8f370cb60d9386bf584036245a8e5c273e8d393c (diff) |
dependencies/debian: fix debian sid
change python3-distutils to python3-distutils-extra
the latter is still available in debian sid, but not
the former. however, installing this should still
provide the additional files required.
with this, the debian script is now compatible with
both debian sid and debian stable(bookworm, presently).
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | config/dependencies/debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/debian b/config/dependencies/debian index 04d018dc..819f3196 100755 --- a/config/dependencies/debian +++ b/config/dependencies/debian @@ -9,7 +9,7 @@ libjaylink-dev libgnutls28-dev libgpiod-dev liblz4-tool liblzma-dev libncurses5- libncurses-dev libnewlib-arm-none-eabi libopts25 libopts25-dev libpci-dev libpython3-dev \ libsdl2-dev libselinux1-dev libssl-dev libtool libusb-1.0 libusb-1.0-0-dev \ libusb-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted pciutils \ -perl pkg-config python3 python3-distutils python3-pkg-resources python3-pycryptodome \ +perl pkg-config python3 python3-distutils-extra python3-pkg-resources python3-pycryptodome \ python3-pyelftools python3-setuptools python-is-python3 sharutils swig unar \ unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev ccache \ g++-mipsel-linux-gnu make genisoimage mtools \ |