From a3969701e6b6072111757a84a58a67538bd53b05 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 27 Dec 2024 13:58:29 +0000 Subject: 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 --- config/dependencies/debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.1