build/dependencies/debian: add python3 dependency

fsdg20230625
Leah Rowe 2023-02-19 23:16:47 +00:00
parent dac9ea86d3
commit 3857b4b65b
1 changed files with 4 additions and 0 deletions

View File

@ -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)
# ------------------------------------------------------------