summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/build/dependencies/debian4
1 files changed, 4 insertions, 0 deletions
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)
# ------------------------------------------------------------