From e081f5b4c0eb476978560d2b12ffb290d6b489ab Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 21 Sep 2026 13:54:38 +0200 Subject: [PATCH] python3-astroid: drop the six dependency astroid 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 --- meta-python/recipes-devtools/python/python3-astroid_4.3.1.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-astroid_4.3.1.bb b/meta-python/recipes-devtools/python/python3-astroid_4.3.1.bb index f0a74e79b1..2e1932e88f 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_4.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_4.3.1.bb @@ -18,7 +18,6 @@ FILES:${PN}-tests += " \ RDEPENDS:${PN}:append:class-target = " \ python3-lazy-object-proxy \ python3-logging \ - python3-six \ python3-wrapt \ python3-setuptools \ python3-typing-extensions \