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/parabola | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) mode change 100755 => 100644 config/dependencies/parabola (limited to 'config/dependencies/parabola') diff --git a/config/dependencies/parabola b/config/dependencies/parabola old mode 100755 new mode 100644 index 36f37838..ab84495a --- a/config/dependencies/parabola +++ b/config/dependencies/parabola @@ -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 \ " -- cgit v1.2.1