diff options
author | Leah Rowe <leah@libreboot.org> | 2022-11-18 23:00:43 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2022-11-19 00:45:00 +0000 |
commit | 5a01e98d3c5f0e3ab1aa4ca2c5df87708677ce92 (patch) | |
tree | f9052c1078058ae70518175c9922d31699cbe590 /resources/scripts/build/dependencies/ubuntu2004 | |
parent | 6c12afa996113b9737fcb36ae13962a687f49365 (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/ubuntu2004')
-rwxr-xr-x | resources/scripts/build/dependencies/ubuntu2004 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/build/dependencies/ubuntu2004 b/resources/scripts/build/dependencies/ubuntu2004 index a17b5260..dded7964 100755 --- a/resources/scripts/build/dependencies/ubuntu2004 +++ b/resources/scripts/build/dependencies/ubuntu2004 @@ -71,7 +71,7 @@ fi # Memtest86+ build dependencies # ------------------------------------------------------------ -apt-get -y install build-essential python2.7 +apt-get -y install build-essential python3 # i945-pwm build dependencies # ------------------------------------------------------------ |