diff options
author | gr embeter <grembeter@gmail.com> | 2024-06-10 21:35:06 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-06-17 09:04:45 -0400 |
commit | 7daa84f26ddda3f17236cbd0a5e544176da8fd21 (patch) | |
tree | 1ab63095ddff5a06308d8097fb8ced4a4012ddcc /meta-python | |
parent | 48da815463cdbad8132b13cd9332eace7ee0bc7a (diff) | |
download | meta-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>
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" |