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:
parent
14da786ad9
commit
1a41d469ed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user