summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-14 20:08:41 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-14 20:10:02 -0700
commit6235d55d4a430432bf3651dc97d09a58847fc05d (patch)
treed8d23e9f0fbeaa209eb4af6a76acea1800a4584d /meta-python
parent98b7cb5dd341e90491e68c882a6fb22ed3e2436e (diff)
downloadmeta-openembedded-6235d55d4a430432bf3651dc97d09a58847fc05d.tar.gz
python3-yarl: Add missing dependency on codspeed module
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.15.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
index 0a15b2e34c..475c71bba7 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb
@@ -26,6 +26,7 @@ RDEPENDS:${PN} = "\
26RDEPENDS:${PN}-ptest += " \ 26RDEPENDS:${PN}-ptest += " \
27 python3-hypothesis \ 27 python3-hypothesis \
28 python3-pytest \ 28 python3-pytest \
29 python3-pytest-codspeed \
29 python3-unittest-automake-output \ 30 python3-unittest-automake-output \
30" 31"
31 32