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
This commit is contained in:
Leah Rowe
2022-11-18 23:00:43 +00:00
parent 6c12afa996
commit 5a01e98d3c
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
# ------------------------------------------------------------