diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-10-22 21:51:23 +0300 |
---|---|---|
committer | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-10-22 22:24:47 +0300 |
commit | 3b92ac97b6ed2216b5f0a17ff9c015f0d8936514 (patch) | |
tree | 15ad4185019bb5d71386c77ee5bae793338cfd44 /config/dependencies/fedora38 | |
parent | 8dda0d8654eab05eb2d2a70328ccf95cb322a52b (diff) |
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'.
Diffstat (limited to 'config/dependencies/fedora38')
-rwxr-xr-x | config/dependencies/fedora38 | 17 |
1 files changed, 9 insertions, 8 deletions
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 \ " |