mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 14:36:31 +02:00
arch, fedora38, parabola, void: install python-setuptools
gru_bob fails to build without python-setuptools. this isn't a huge issue, because most users probably have it already as many other python programs depend on it too. that's probably why no one noticed until now, when i tried to do this on a fresh artix install uncontaminated by python. i also sorted and deduplicated the packages with 'sort -u'.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
pkg_add="dnf -y install"
|
||||
pkglist=" \
|
||||
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-gcc-cs \
|
||||
arm-none-eabi-newlib autogen bison bzip2 cmake curl dejavu-fonts-all \
|
||||
device-mapper doxygen e2fsprogs flex freetype-devel fuse gawk gcc gcc-gnat \
|
||||
gdb gettext gettext-devel git gprbuild help2man innoextract intltool \
|
||||
libftdi-devel libselinux-devel libusb1 libusb1-devel nasm ncurses-devel \
|
||||
openssl-devel p7zip p7zip-plugins pandoc parted pciutils-devel perl \
|
||||
perl-libwww-perl python-unversioned-command python3 rsync sharutils subversion \
|
||||
texinfo unar unifont unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel \
|
||||
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \
|
||||
arm-none-eabi-gcc arm-none-eabi-newlib autogen bison bzip2 cmake curl \
|
||||
dejavu-fonts-all device-mapper doxygen e2fsprogs flex freetype-devel fuse \
|
||||
gawk gcc gcc-gnat gdb gettext gettext-devel git gprbuild help2man \
|
||||
innoextract intltool libftdi-devel libselinux-devel libusb1 libusb1-devel \
|
||||
nasm ncurses-devel openssl-devel p7zip p7zip-plugins pandoc parted \
|
||||
pciutils-devel perl perl-libwww-perl python-unversioned-command python3 \
|
||||
python3-setuptools rsync sharutils subversion texinfo unar unifont \
|
||||
unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user