Skip to content

Commit 071106d

Browse files
committed
configure: install python pip
1 parent 39762d2 commit 071106d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

configure

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ gcc-arm-linux-gnueabi \
4848
libgoogle-perftools-dev \
4949
protobuf-compiler \
5050
python-dev \
51+
python-pip \
5152
scons \
5253
"
53-
# Generate graphs of config.ini under m5out.
54-
pip install --user pydot
5554
fi
5655
command -v apt-get >/dev/null 2>&1 || {
5756
cat <<EOF
@@ -93,6 +92,10 @@ $mysudo apt-get install $y \
9392
if "$qemu"; then
9493
$mysudo apt-get build-dep $y qemu
9594
fi
95+
if "$gem5"; then
96+
# Generate graphs of config.ini under m5out.
97+
pip install --user pydot
98+
fi
9699

97100
## Submodules
98101

0 commit comments

Comments
 (0)