From 5a01e98d3c5f0e3ab1aa4ca2c5df87708677ce92 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 18 Nov 2022 23:00:43 +0000 Subject: 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 --- resources/scripts/build/dependencies/ubuntu2004 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/build/dependencies/ubuntu2004') 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 # ------------------------------------------------------------ -- cgit v1.2.1