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/arch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/scripts/build/dependencies/arch') diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch index 4f621c72..afa9cd9c 100755 --- a/resources/scripts/build/dependencies/arch +++ b/resources/scripts/build/dependencies/arch @@ -42,7 +42,7 @@ pacman -S --needed --noconfirm git # For Tianocore and iPXE # TODO: check whether this is the full list -pacman -S --needed --noconfirm nasm perl-libwww python2 subversion +pacman -S --needed --noconfirm nasm perl-libwww python subversion # For building source code: # ------------------------------------------------------------ @@ -58,7 +58,7 @@ pacman -S --needed --noconfirm arm-none-eabi-gcc # Memtest86+ build dependencies # ------------------------------------------------------------ -pacman -S --needed --noconfirm base-devel python2 +pacman -S --needed --noconfirm base-devel python # i945-pwm build dependencies # ------------------------------------------------------------ -- cgit v1.2.1