summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies/arch
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2022-11-18 23:00:43 +0000
committerLeah Rowe <leah@libreboot.org>2022-11-19 00:45:00 +0000
commit5a01e98d3c5f0e3ab1aa4ca2c5df87708677ce92 (patch)
treef9052c1078058ae70518175c9922d31699cbe590 /resources/scripts/build/dependencies/arch
parent6c12afa996113b9737fcb36ae13962a687f49365 (diff)
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
Diffstat (limited to 'resources/scripts/build/dependencies/arch')
-rwxr-xr-xresources/scripts/build/dependencies/arch4
1 files changed, 2 insertions, 2 deletions
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
# ------------------------------------------------------------