diff options
author | Grygorii Tertychnyi <grembeter@gmail.com> | 2024-06-03 20:17:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-03 12:05:24 -0700 |
commit | ca28badd147afdb11b8ee785b277bc9797d012fe (patch) | |
tree | 4a698c7b0686b99460ff5646894ee5fc625eca0d /meta-python | |
parent | 0e456ad6b3eaba314a78ae3e835b8650d39e9673 (diff) | |
download | meta-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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-html_4.1.1.bb | 2 |
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 | ||
17 | RDEPENDS:${PN} += " \ | 17 | RDEPENDS:${PN} += " \ |
18 | python3-jinja2 \ | ||
18 | python3-pytest \ | 19 | python3-pytest \ |
20 | python3-pytest-metadata \ | ||
19 | " | 21 | " |
20 | 22 | ||
21 | BBCLASSEXTEND = "native nativesdk" | 23 | BBCLASSEXTEND = "native nativesdk" |