diff mbox series

[meta-python,scarthgap] python3-pytest-html: add missing runtime dependencies

Message ID 20240610193506.245050-1-grembeter@gmail.com
State New
Headers show
Series [meta-python,scarthgap] python3-pytest-html: add missing runtime dependencies | expand

Commit Message

Grygorii Tertychnyi June 10, 2024, 7:35 p.m. UTC
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>
---
 .../recipes-devtools/python/python3-pytest-html_4.1.1.bb        | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 37478ee0ae35..154ec255cb5d 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 += "\
 "
 
 RDEPENDS:${PN} += " \
+    python3-jinja2 \
     python3-pytest \
+    python3-pytest-metadata \
 "
 
 BBCLASSEXTEND = "native nativesdk"