diff options
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" |