scripts: Add Python2 to deps
coreboot requires python2 explicitly when using the FSP submodule as the source for FSP binaries. python2 3rdparty/fsp/Tools/SplitFspBin.py ... Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
14b8a6e967
commit
de3b0a65fa
@@ -35,6 +35,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
|
|||||||
nasm \
|
nasm \
|
||||||
parted \
|
parted \
|
||||||
python-is-python3 \
|
python-is-python3 \
|
||||||
|
python2 \
|
||||||
python3-distutils \
|
python3-distutils \
|
||||||
sdcc \
|
sdcc \
|
||||||
uuid-dev \
|
uuid-dev \
|
||||||
@@ -60,6 +61,9 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
|
|||||||
ncurses-devel \
|
ncurses-devel \
|
||||||
parted \
|
parted \
|
||||||
patch \
|
patch \
|
||||||
|
python-unversioned-command \
|
||||||
|
python2 \
|
||||||
|
python3 \
|
||||||
sdcc \
|
sdcc \
|
||||||
systemd-devel \
|
systemd-devel \
|
||||||
vim-common \
|
vim-common \
|
||||||
@@ -86,6 +90,7 @@ elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
|
|||||||
patch \
|
patch \
|
||||||
python \
|
python \
|
||||||
python-distutils-extra \
|
python-distutils-extra \
|
||||||
|
python2 \
|
||||||
sdcc \
|
sdcc \
|
||||||
systemd-libs \
|
systemd-libs \
|
||||||
vim
|
vim
|
||||||
|
Reference in New Issue
Block a user