From 2c1a825b7dd536cbc3ff51d090e08d31b21763c1 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 16 Oct 2020 19:14:15 +0200 Subject: [PATCH] bundles/apt: make sure we have python3-dev --- bundles/apt/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 3aba429..1e2c416 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -90,6 +90,7 @@ pkg_apt = { 'netcat': {}, 'nmap': {}, 'python3': {}, + 'python3-dev': {}, 'python3-pip': {}, 'python3-virtualenv': {}, 'tar': {},