diff mbox series

[meta-python,08/12] python3-portion: add misc/statistics RDEPENDS for pytest-benchmark

Message ID 20260816232358.1947922-8-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,01/12] python3-cbor2: add tzdata/zoneinfo RDEPENDS for ptest | expand

Commit Message

Khem Raj Aug. 16, 2026, 11:23 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

python3-misc for timeit, python3-statistics for statistics, both used
by pytest-benchmark's storage/stats machinery.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-portion_2.6.2.bb | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb b/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb
index f72784e23b..ecd524ed33 100644
--- a/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-portion_2.6.2.bb
@@ -13,8 +13,12 @@  RDEPENDS:${PN} += "\
 	python3-sortedcontainers \
 "
 
+# python3-misc for timeit, python3-statistics for statistics (both used by
+# pytest-benchmark's storage/stats machinery)
 RDEPENDS:${PN}-ptest += "\
+	python3-misc \
 	python3-pytest-benchmark \
+	python3-statistics \
 "
 
 do_install_ptest:append () {