diff mbox series

[meta-python] python3-propcache: Add missing rdeps for ptests to run/pass

Message ID 20250102032744.2039692-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-propcache: Add missing rdeps for ptests to run/pass | expand

Commit Message

Khem Raj Jan. 2, 2025, 3:27 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb b/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb
index 9d9e5731df..0ea24e8bc3 100644
--- a/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-propcache_0.2.1.bb
@@ -17,7 +17,10 @@  DEPENDS += " \
 
 RDEPENDS:${PN}-ptest += " \
 	python3-pytest \
+	python3-pytest-codspeed \
 	python3-pytest-xdist \
+	python3-rich \
+	python3-statistics \
 	python3-unittest-automake-output \
 "