From 4ddf2d5650b174fd1e665a05c2b7f779c90ff346 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 21 Sep 2026 13:54:48 +0200 Subject: [PATCH] python3-pyperf: drop the six dependency pyperf no longer uses six at build time; the native 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-pyperf_2.10.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb index 39b8ee8470..5566f314de 100644 --- a/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb @@ -15,8 +15,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8" SRC_URI[sha256sum] = "dd93ccfda79214725293e95f1fa6e00cb4a64adcf1326039486d4e1f91caaa62" -DEPENDS += "python3-six-native" - inherit pypi python_setuptools_build_meta RDEPENDS:${PN} += "python3-misc python3-statistics"