From 4fca97cb0dbbb45469de1b258b1241bc383b02b2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 21 Sep 2026 13:54:44 +0200 Subject: [PATCH] python3-nocaselist: drop the six dependency nocaselist has not imported six since the 2.x series; the runtime dependency is stale. Built for intel-corei7-64. AI-Generated: Uses Claude Code (Claude Opus 5) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-nocaselist_2.2.0.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb b/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb index 038be6c73c..38d941d9be 100644 --- a/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-nocaselist_2.2.0.bb @@ -13,7 +13,3 @@ DEPENDS += " \ python3-setuptools-scm-native \ python3-toml-native \ " - -RDEPENDS:${PN} += " \ - python3-six \ -"