From ed8f85a5be2d2e7e5f4acb015a8745a42f3a50f8 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 21 Sep 2026 13:54:50 +0200 Subject: [PATCH] python3-pywbem: drop the six dependency 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 Signed-off-by: Khem Raj --- meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb | 2 -- 1 file changed, 2 deletions(-) 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 \