From 1a41d469edaa331fe90c56be31398f5bef22ef40 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 20 Jan 2020 09:49:08 +0100 Subject: [PATCH] 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 --- scripts/install-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index 97ea7a9ff..33404d37d 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -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