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
+1 -1
View File
@@ -71,7 +71,7 @@ fi
# Memtest86+ build dependencies
# ------------------------------------------------------------
apt-get -y install build-essential python2.7
apt-get -y install build-essential python
# i945-pwm build dependencies
# ------------------------------------------------------------