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