summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-11 08:01:26 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-11 11:56:42 -0700
commit2cc6afc50075442e6e534805c72f576cc238f12a (patch)
tree152daa4f791c5e1a01eb795e0e9511354b6dee44 /meta-python
parentdc6d6e06aa3394d1f4db38d63f06d5bec43426b8 (diff)
downloadmeta-openembedded-2cc6afc50075442e6e534805c72f576cc238f12a.tar.gz
python3-yarl: Add missing rdep on python3-hypothesis for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl_1.14.0.bb1
1 files changed, 1 insertions, 0 deletions
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..7c41edc6f2 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} = "\
24" 24"
25 25
26RDEPENDS:${PN}-ptest += " \ 26RDEPENDS:${PN}-ptest += " \
27 python3-hypothesis \
27 python3-pytest \ 28 python3-pytest \
28 python3-unittest-automake-output \ 29 python3-unittest-automake-output \
29" 30"