summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-03-19 13:43:36 -0700
committerKhem Raj <raj.khem@gmail.com>2025-03-20 08:46:56 -0700
commit094cd7589f5928ddbc37f2abe501662d46e9b6c7 (patch)
tree396859cde22f37d7d13cd573c99816260432e743 /meta-python
parentaa42e3522592860e09de8381afcedc855c782f6e (diff)
downloadmeta-openembedded-094cd7589f5928ddbc37f2abe501662d46e9b6c7.tar.gz
python3-multidict: Add missing rdep on python3-pytest-codspeed 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-multidict_6.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
index 568b1b93ce..8b30574020 100644
--- a/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-multidict_6.2.0.bb
@@ -14,6 +14,7 @@ S = "${WORKDIR}/git"
14 14
15RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \
16 python3-pytest-cov \ 16 python3-pytest-cov \
17 python3-pytest-codspeed \
17" 18"
18 19
19BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"