mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 19:26:22 +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="pacman -S --needed --noconfirm"
|
||||
pkglist=" \
|
||||
wget git nasm perl-libwww python subversion base-devel sharutils curl parted \
|
||||
e2fsprogs unzip arm-none-eabi-gcc base-devel python base-devel perl ncurses \
|
||||
doxygen acpica gdb flex bison base-devel git openssl gcc-ada autogen help2man \
|
||||
base-devel bison flex ttf-dejavu texinfo rsync python libusb xz gawk \
|
||||
device-mapper fuse2 gettext freetype2 base-devel libpciaccess pciutils zlib \
|
||||
libftdi base-devel libusb innoextract p7zip unarchiver cmake swig dtc \
|
||||
arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib cmake \
|
||||
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
||||
autogen base-devel bison cmake curl device-mapper doxygen \
|
||||
dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \
|
||||
help2man innoextract libftdi libpciaccess libusb nasm ncurses openssl p7zip \
|
||||
parted pciutils perl perl-libwww python python-setuptools rsync sharutils \
|
||||
subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib \
|
||||
"
|
||||
aur_notice="unifont bdf-unifont"
|
||||
|
||||
aur_notice="bdf-unifont unifont"
|
||||
|
||||
Reference in New Issue
Block a user