From 89ac17279f54e3066bf48910f4ec9b56df20f6eb Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 20 Jun 2025 18:34:02 +0200 Subject: [PATCH] bundles/apt: starting from debian trixie python3-packaging is required --- bundles/apt/items.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bundles/apt/items.py b/bundles/apt/items.py index 12578fa..a0e3d16 100644 --- a/bundles/apt/items.py +++ b/bundles/apt/items.py @@ -156,9 +156,6 @@ pkg_apt = { 'popularity-contest': { 'installed': False, }, - 'python3-packaging': { - 'installed': False, - }, 'unattended-upgrades': { 'installed': False, },