summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies/debian
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/debian
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/debian')
-rwxr-xr-xresources/scripts/build/dependencies/debian2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/dependencies/debian b/resources/scripts/build/dependencies/debian
index 77898201..1ca1fbcc 100755
--- a/resources/scripts/build/dependencies/debian
+++ b/resources/scripts/build/dependencies/debian
@@ -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
# ------------------------------------------------------------