build/dependencies/debian: add python3 dependency
parent
dac9ea86d3
commit
3857b4b65b
|
@ -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)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue