summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgr embeter <grembeter@gmail.com>2024-06-10 21:35:06 +0200
committerArmin Kuster <akuster808@gmail.com>2024-06-17 09:04:45 -0400
commit7daa84f26ddda3f17236cbd0a5e544176da8fd21 (patch)
tree1ab63095ddff5a06308d8097fb8ced4a4012ddcc
parent48da815463cdbad8132b13cd9332eace7ee0bc7a (diff)
downloadmeta-openembedded-7daa84f26ddda3f17236cbd0a5e544176da8fd21.tar.gz
python3-pytest-html: add missing runtime dependencies
Upstream toml file mentions Jinja2 and pytest-metadata as runtime dependencies. Link: https://github.com/pytest-dev/pytest-html/blob/cfd32d08488e2c6fb72f0617db94ab41d3fca8d0/pyproject.toml#L42 Signed-off-by: Grygorii Tertychnyi <grygorii.tertychnyi@leica-geosystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ca28badd147afdb11b8ee785b277bc9797d012fe) Signed-off-by: Grygorii Tertychnyi <grembeter@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb
index 37478ee0ae..154ec255cb 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb
@@ -15,7 +15,9 @@ DEPENDS += "\
15" 15"
16 16
17RDEPENDS:${PN} += " \ 17RDEPENDS:${PN} += " \
18 python3-jinja2 \
18 python3-pytest \ 19 python3-pytest \
20 python3-pytest-metadata \
19" 21"
20 22
21BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"