diff mbox series

[meta-python,02/24] python3-astroid: drop the six dependency

Message ID 20260921115500.53770-2-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
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 <f_l_k@t-online.de>
---
 meta-python/recipes-devtools/python/python3-astroid_4.3.1.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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 \