python3-virtualenv != python3-venv 41/61841/1
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 25 Sep 2019 20:29:38 +0000 (16:29 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Wed, 25 Sep 2019 20:30:26 +0000 (16:30 -0400)
python3-virtualenv provides the virtualenv command.
python3-venv needed for python -m venv

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ifcc76003365d85395fb89a15257097a9f194d73f

vars/Debian.yml

index bed9650..01c4026 100644 (file)
@@ -13,3 +13,4 @@ python_packages_distro:
   - python3-pip
   - python3-setuptools
   - python3-virtualenv
+  - python3-venv