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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Markus Volk
2026-09-22 11:36:17 -07:00
committed by Khem Raj
parent ac333a0075
commit 4ddf2d5650
@@ -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"