diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb new file mode 100644 index 0000000000..ea760ff29a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "pytest plugin for generating html reports from test results" | ||
| 2 | DEPENDS += "python3-setuptools-scm-native" | ||
| 3 | |||
| 4 | LICENSE = "MPL-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "b6a88cba507500d8709959201e2e757d3941e859fd17cfd4ed87b16fc0c67912" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "pytest_html" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | |||
| 12 | inherit pypi python_hatchling | ||
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | python3-hatch-vcs-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-jinja2 \ | ||
| 20 | python3-pytest \ | ||
| 21 | python3-pytest-metadata \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
