Mercurial > public > mercurial-scm > hg
comparison contrib/automation/hgautomation/linux.py @ 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 | 388ada1c07c6 |
children | 1b80e684813b |
comparison
equal
deleted
inserted
replaced
43412:ca0cd0a13514 | 43413:acdd4f28f6a3 |
---|---|
264 python3-dev \ | 264 python3-dev \ |
265 python3-docutils \ | 265 python3-docutils \ |
266 python3-fuzzywuzzy \ | 266 python3-fuzzywuzzy \ |
267 python3-pygments \ | 267 python3-pygments \ |
268 python3-vcr \ | 268 python3-vcr \ |
269 python3-venv \ | |
269 rsync \ | 270 rsync \ |
270 sqlite3 \ | 271 sqlite3 \ |
271 subversion \ | 272 subversion \ |
272 tcl-dev \ | 273 tcl-dev \ |
273 tk-dev \ | 274 tk-dev \ |