From 180802a6697a79832fed7b4f73750fb8d4f16b1f Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 6 Sep 2020 12:04:56 +0200 Subject: [PATCH] bundles/apt: make sure we do have pip3 and virtualenv --- bundles/apt/items.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 7757efd..85985b3 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -78,6 +78,8 @@ pkg_apt = { 'netcat': {}, 'nmap': {}, 'python3': {}, + 'python3-pip': {}, + 'python3-virtualenv': {}, 'tar': {}, 'tcpdump': {}, 'telnet': {},