mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +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:
Executable → Regular
+8
-8
@@ -1,11 +1,11 @@
|
||||
pkg_add="xbps-install -y"
|
||||
pkglist=" \
|
||||
wget git nasm perl-LWP python subversion base-devel sharutils curl parted \
|
||||
e2fsprogs unzip cross-arm-none-eabi-gcc base-devel python base-devel perl \
|
||||
ncurses doxygen acpica-utils gdb flex bison base-devel git openssl gcc-ada \
|
||||
ncurses-devel font-unifont-bdf autogen help2man base-devel bison flex \
|
||||
dejavu-fonts-ttf texinfo rsync python3 libusb xz gawk device-mapper fuse gettext \
|
||||
gettext-devel freetype base-devel libpciaccess pciutils zlib libftdi1 \
|
||||
base-devel libusb cmake innoextract p7zip unar cross-arm-none-eabi-binutils \
|
||||
cross-arm-none-eabi-gcc cross-arm-none-eabi-newlib cross-arm-none-eabi-libstdc++ cmake \
|
||||
acpica-utils autogen base-devel bison cmake \
|
||||
cross-arm-none-eabi-binutils cross-arm-none-eabi-gcc \
|
||||
cross-arm-none-eabi-libstdc++ cross-arm-none-eabi-newlib curl \
|
||||
dejavu-fonts-ttf device-mapper doxygen e2fsprogs flexflex font-unifont-bdf \
|
||||
freetype fuse gawk gcc-ada gdb gettext gettext-devel git help2man \
|
||||
innoextract libftdi1 libpciaccess libusb nasm ncurses ncurses-devel openssl
|
||||
p7zip parted pciutils perl perl-LWP python python3 python3-setuptools rsync \
|
||||
sharutils subversion texinfo unar unzip wget xz zlib \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user