diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-19 13:43:36 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:56 -0700 |
commit | 094cd7589f5928ddbc37f2abe501662d46e9b6c7 (patch) | |
tree | 396859cde22f37d7d13cd573c99816260432e743 /meta-python | |
parent | aa42e3522592860e09de8381afcedc855c782f6e (diff) | |
download | meta-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.bb | 1 |
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 | ||
15 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | python3-pytest-cov \ | 16 | python3-pytest-cov \ |
17 | python3-pytest-codspeed \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |