diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb index cd0450f519..4b4aff01ce 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb | |||
@@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3" | 7 | SRC_URI[sha256sum] = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3" |
8 | 8 | ||
9 | |||
10 | PYPI_PACKAGE = "pytest-html" | 9 | PYPI_PACKAGE = "pytest-html" |
11 | 10 | ||
12 | inherit pypi setuptools3 | 11 | inherit pypi setuptools_build_meta |
13 | 12 | ||
14 | RDEPENDS:${PN} += " \ | 13 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-pytest \ | 14 | ${PYTHON_PN}-pytest \ |