summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb
diff options
context:
space:
mode:
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.bb24
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 @@
1DESCRIPTION = "pytest plugin for generating html reports from test results"
2DEPENDS += "python3-setuptools-scm-native"
3
4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
6
7SRC_URI[sha256sum] = "b6a88cba507500d8709959201e2e757d3941e859fd17cfd4ed87b16fc0c67912"
8
9PYPI_PACKAGE = "pytest_html"
10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
11
12inherit pypi python_hatchling
13
14DEPENDS += "\
15 python3-hatch-vcs-native \
16"
17
18RDEPENDS:${PN} += " \
19 python3-jinja2 \
20 python3-pytest \
21 python3-pytest-metadata \
22"
23
24BBCLASSEXTEND = "native nativesdk"