Define venv package for debian based distro

On L115 we ask to install the [venv] package in case we're unable
to create the virtual environment.
For Ubuntu Bionic the package needed is python3-venv.

Change-Id: I065b515e66ced54daaa7e607b89137bd10a1e2f7
This commit is contained in:
Riccardo Pittau 2020-01-20 09:49:08 +01:00
parent 14da786ad9
commit 1a41d469ed

View File

@ -61,6 +61,7 @@ case ${ID,,} in
[python3]=python3-minimal
[python3-devel]=libpython3-dev
[wget]=wget
[venv]=python3-venv
)
EXTRA_PKG_DEPS=( python3-apt )
sudo apt-get update