summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-21 12:58:22 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-21 12:58:57 -0800
commitab4e9f70091078909896013ef91bec7d40df7354 (patch)
tree546c1e1b63c95faecdd82041c2f098b43960ea2f /meta-python
parentaf9a5cec2f7a336d9ef92e2fd089b419e5b2afd8 (diff)
downloadmeta-openembedded-ab4e9f70091078909896013ef91bec7d40df7354.tar.gz
python3-pytest-html: Add missing ptest rdep on pytest html
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
index 41ebe44dbd..f3b1ee8793 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
@@ -23,6 +23,7 @@ RDEPENDS:${PN} += " \
23RDEPENDS:${PN}-ptest += " \ 23RDEPENDS:${PN}-ptest += " \
24 python3-fsspec \ 24 python3-fsspec \
25 python3-aiohttp \ 25 python3-aiohttp \
26 python3-pytest-html \
26 python3-requests \ 27 python3-requests \
27" 28"
28BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"