Skip to content
Snippets Groups Projects
Commit acdd4f28f6a3 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

automation: install python3-venv Debian package

Debian's python install has a crippled venv by default, as it is
lacking ensurepip. When you try to run `python3 -m venv` it tells
you to install `python3-venv`. So this commit does that in our
automation environment so we can fully test installing Mercurial
using venv+pip with the system Python.

Differential Revision: https://phab.mercurial-scm.org/D7229
parent ca0cd0a13514
No related branches found
No related tags found
No related merge requests found
......@@ -266,6 +266,7 @@
python3-fuzzywuzzy \
python3-pygments \
python3-vcr \
python3-venv \
rsync \
sqlite3 \
subversion \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment