Skip to content

Commit 73e0598

Browse files
committed
Install python-dev-is-python3 package instead of python-dev
1 parent 78f7302 commit 73e0598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/ci/bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VERSION_CONTROL_TOOLS_REV="d0d8dd1934dd"
55

66
apt-get update
77
# libgoogle-perftools4 is currently required for grcov (until https://github.com/mozilla/grcov/issues/403 is fixed).
8-
apt-get install --no-install-recommends -y gcc curl bzip2 python-dev libgoogle-perftools4
8+
apt-get install --no-install-recommends -y gcc curl bzip2 python-dev-is-python3 libgoogle-perftools4
99

1010
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==$MERCURIAL_VERSION
1111

@@ -18,7 +18,7 @@ hg clone -r $VERSION_CONTROL_TOOLS_REV https://hg.mozilla.org/hgcustom/version-c
1818
ln -s /src/bot/ci/hgrc $HOME/.hgrc
1919

2020
# Cleanup
21-
apt-get purge -y gcc curl bzip2 python-dev
21+
apt-get purge -y gcc curl bzip2 python-dev-is-python3
2222
apt-get autoremove -y
2323
rm -rf /var/lib/apt/lists/*
2424
rm -rf /src/version-control-tools/.hg /src/version-control-tools/ansible /src/version-control-tools/docs /src/version-control-tools/testing

0 commit comments

Comments
 (0)