summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorGrygorii Tertychnyi <grembeter@gmail.com>2024-06-03 20:17:30 +0200
committerKhem Raj <raj.khem@gmail.com>2024-06-03 12:05:24 -0700
commitca28badd147afdb11b8ee785b277bc9797d012fe (patch)
tree4a698c7b0686b99460ff5646894ee5fc625eca0d /meta-python/recipes-devtools/python
parent0e456ad6b3eaba314a78ae3e835b8650d39e9673 (diff)
downloadmeta-openembedded-ca28badd147afdb11b8ee785b277bc9797d012fe.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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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"