From c71f3a6f6ea689a3e5f332ebc34c6467c56b3415 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 21 Sep 2026 13:54:43 +0200 Subject: [PATCH] python3-nocasedict: drop the six dependency nocasedict 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-nocasedict_2.2.1.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.1.bb b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.1.bb index 027b61c8b3..5a57b8c651 100644 --- a/meta-python/recipes-devtools/python/python3-nocasedict_2.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-nocasedict_2.2.1.bb @@ -13,7 +13,3 @@ DEPENDS += " \ python3-setuptools-scm-native \ python3-toml-native \ " - -RDEPENDS:${PN} += " \ - python3-six \ -"