diff mbox series

[meta-python,07/24] python3-nocasedict: drop the six dependency

Message ID 20260921115500.53770-7-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-python,01/24] nvmetcli: drop the six dependency | expand

Commit Message

Markus Volk Sept. 21, 2026, 11:54 a.m. UTC
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 <f_l_k@t-online.de>
---
 .../recipes-devtools/python/python3-nocasedict_2.2.1.bb       | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

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 \
-"