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'.
btrfsvols
Riku Viitanen 2023-10-22 21:51:23 +03:00
parent 8dda0d8654
commit 3b92ac97b6
4 changed files with 32 additions and 32 deletions

16
config/dependencies/arch Executable file → Normal file
View File

@ -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"

View File

@ -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 \
"

15
config/dependencies/parabola Executable file → Normal file
View File

@ -1,11 +1,10 @@
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 swig dtc cmake unifont-utils \
bdf-unifont \
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 bdf-unifont 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 unifont-utils unzip wget xz \
zlib \
"

16
config/dependencies/void Executable file → Normal file
View File

@ -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 \
"