changeset 43413:acdd4f28f6a3 stable

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 04 Nov 2019 23:44:10 -0800
parents ca0cd0a13514
children a0916e8819f6
files contrib/automation/hgautomation/linux.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/automation/hgautomation/linux.py	Mon Nov 04 23:42:18 2019 -0800
+++ b/contrib/automation/hgautomation/linux.py	Mon Nov 04 23:44:10 2019 -0800
@@ -266,6 +266,7 @@
     python3-fuzzywuzzy \
     python3-pygments \
     python3-vcr \
+    python3-venv \
     rsync \
     sqlite3 \
     subversion \