From 5a01e98d3c5f0e3ab1aa4ca2c5df87708677ce92 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 18 Nov 2022 23:00:43 +0000 Subject: build/dependencies/*: remove python2 python2 is eol and the only thing that needed it was build scripts inside tianocore, back in osbmk days when tianocore was supported in the (osboot) build system. nothing else requires it, so chuck it --- resources/scripts/build/dependencies/fedora35 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/scripts/build/dependencies/fedora35') diff --git a/resources/scripts/build/dependencies/fedora35 b/resources/scripts/build/dependencies/fedora35 index a4c97a59..7ff1fd75 100755 --- a/resources/scripts/build/dependencies/fedora35 +++ b/resources/scripts/build/dependencies/fedora35 @@ -48,7 +48,7 @@ dnf -y install pandoc # For Tianocore and iPXE # TODO: check whether this is the full list -dnf -y install nasm perl-libwww-perl python2 subversion +dnf -y install nasm perl-libwww-perl python3 subversion # For building source code: # ------------------------------------------------------------ @@ -64,7 +64,7 @@ dnf -y install arm-none-eabi-gcc-cs # Memtest86+ build dependencies # ------------------------------------------------------------ -dnf -y install gcc python2 +dnf -y install gcc python3 # i945-pwm build dependencies # ------------------------------------------------------------ @@ -79,7 +79,7 @@ dnf -y install gcc-gnat ncurses-devel doxygen acpica-tools gdb flex bison gcc gi # GRUB build dependencies (also requires build-essential, bison and flex) # ------------------------------------------------------------ -dnf -y install unifont-fonts autogen help2man gcc bison flex dejavu-fonts-all texinfo rsync python libusb xz gawk device-mapper fuse gettext freetype-devel intltool libselinux-devel +dnf -y install unifont-fonts autogen help2man gcc bison flex dejavu-fonts-all texinfo rsync python3 libusb xz gawk device-mapper fuse gettext freetype-devel intltool libselinux-devel # BucTS build dependencies (external script) # ------------------------------------------------------------ -- cgit v1.2.1