From 3857b4b65bdc275c14c3a3ee31ce9593e65357d5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 19 Feb 2023 23:16:47 +0000 Subject: build/dependencies/debian: add python3 dependency --- resources/scripts/build/dependencies/debian | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/scripts/build/dependencies/debian b/resources/scripts/build/dependencies/debian index 92757b7b..66249481 100755 --- a/resources/scripts/build/dependencies/debian +++ b/resources/scripts/build/dependencies/debian @@ -76,6 +76,10 @@ apt-get -y install build-essential python apt-get -y install build-essential perl +# u-boot needed this + +apt-get -y install python3-setuptools + # Coreboot build dependencies (also requires build-essential and git) # ------------------------------------------------------------ -- cgit v1.2.1