diff mbox series

[meta-python] python3-yarl: Add missing rdep on python3-hypothesis for ptests

Message ID 20241011150212.3576668-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-yarl: Add missing rdep on python3-hypothesis for ptests | expand

Commit Message

Khem Raj Oct. 11, 2024, 3:02 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
index a7406dfb8c..d0b8b0d0c2 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb
@@ -24,6 +24,7 @@  RDEPENDS:${PN} = "\
 "
 
 RDEPENDS:${PN}-ptest += " \
+	python3-hypothesis \
     python3-pytest \
     python3-unittest-automake-output \
 "