diff mbox series

[meta-python,14/24] python3-pywbem: drop the six dependency

Message ID 20260921115500.53770-14-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
pywbem has not used six since the 1.x series; both the native build
dependency and the runtime dependency are 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>
---
 meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb
index c2fe5f9738..58c4ebbbc4 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb
@@ -23,7 +23,6 @@  inherit pypi python_setuptools_build_meta update-alternatives
 DEPENDS += " \
     python3-ply-native \
     python3-pyyaml-native \
-    python3-six-native \
     python3-wheel-native \
     python3-setuptools-scm-native \
 "
@@ -38,7 +37,6 @@  RDEPENDS:${PN} += "\
     python3-ply \
     python3-pyyaml \
     python3-requests \
-    python3-six \
     python3-stringold \
     python3-threading \
     python3-unixadmin \