| 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 |
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 \
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(-)