configure: install python pip

This commit is contained in:
Ciro Santilli
2018-07-31 15:37:50 +01:00
parent 39762d2f15
commit 071106d6e3

7
configure vendored
View File

@@ -48,10 +48,9 @@ gcc-arm-linux-gnueabi \
libgoogle-perftools-dev \
protobuf-compiler \
python-dev \
python-pip \
scons \
"
# Generate graphs of config.ini under m5out.
pip install --user pydot
fi
command -v apt-get >/dev/null 2>&1 || {
cat <<EOF
@@ -93,6 +92,10 @@ $mysudo apt-get install $y \
if "$qemu"; then
$mysudo apt-get build-dep $y qemu
fi
if "$gem5"; then
# Generate graphs of config.ini under m5out.
pip install --user pydot
fi
## Submodules