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/debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/scripts/build/dependencies/debian') 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 # ------------------------------------------------------------ -- cgit v1.2.1