Limit python3-distutils host dependency to bullseye and bookworm

Message ID 442a838c-d399-4236-b104-cae461010c53@siemens.com
State New
Headers show
Series Limit python3-distutils host dependency to bullseye and bookworm | expand

Commit Message

Jan Kiszka Sept. 15, 2025, 1:24 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

With trixie, this package is no longer needed. Consequently, we also
need to drop it from sid-ports

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 doc/user_manual.md                     | 2 +-
 meta/conf/distro/debian-sid-ports.conf | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

Patch

diff --git a/doc/user_manual.md b/doc/user_manual.md
index a9348d26..0ba938fa 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -102,7 +102,7 @@  mmdebstrap:
 apt install debootstrap
 ```
 
-If your host is >= buster, also install the following package.
+If your host is bullseye or bookworm, also install the following package.
 ```
 apt install python3-distutils
 ```
diff --git a/meta/conf/distro/debian-sid-ports.conf b/meta/conf/distro/debian-sid-ports.conf
index 64f3717e..940dc051 100644
--- a/meta/conf/distro/debian-sid-ports.conf
+++ b/meta/conf/distro/debian-sid-ports.conf
@@ -24,6 +24,4 @@  THIRD_PARTY_APT_KEYS += "${DEBIAN_PORTS_KEYS}"
 
 IMAGE_PREINSTALL += "init"
 
-IMAGER_INSTALL:wic += "python3-distutils"
-
 DEBIAN_COMPAT = "13"