summaryrefslogtreecommitdiff
path: root/resources/scripts
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-02-19 23:16:47 +0000
committerLeah Rowe <leah@libreboot.org>2023-02-19 23:16:47 +0000
commit3857b4b65bdc275c14c3a3ee31ce9593e65357d5 (patch)
tree8522f315ed3616f7528ad76d851a84b8132b1ec8 /resources/scripts
parentdac9ea86d346282d5d99ccddf2c6e8895e92a760 (diff)
build/dependencies/debian: add python3 dependency
Diffstat (limited to 'resources/scripts')
-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)
# ------------------------------------------------------------