From 3b92ac97b6ed2216b5f0a17ff9c015f0d8936514 Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Sun, 22 Oct 2023 21:51:23 +0300 Subject: 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'. --- config/dependencies/fedora38 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'config/dependencies/fedora38') diff --git a/config/dependencies/fedora38 b/config/dependencies/fedora38 index 460335cd..1b9affe3 100755 --- a/config/dependencies/fedora38 +++ b/config/dependencies/fedora38 @@ -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 \ " -- cgit v1.2.1