File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ VERSION_CONTROL_TOOLS_REV="d0d8dd1934dd"
5
5
6
6
apt-get update
7
7
# 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
9
9
10
10
pip install --disable-pip-version-check --quiet --no-cache-dir mercurial==$MERCURIAL_VERSION
11
11
@@ -18,7 +18,7 @@ hg clone -r $VERSION_CONTROL_TOOLS_REV https://hg.mozilla.org/hgcustom/version-c
18
18
ln -s /src/bot/ci/hgrc $HOME /.hgrc
19
19
20
20
# Cleanup
21
- apt-get purge -y gcc curl bzip2 python-dev
21
+ apt-get purge -y gcc curl bzip2 python-dev-is-python3
22
22
apt-get autoremove -y
23
23
rm -rf /var/lib/apt/lists/*
24
24
rm -rf /src/version-control-tools/.hg /src/version-control-tools/ansible /src/version-control-tools/docs /src/version-control-tools/testing
You can’t perform that action at this time.
0 commit comments