summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-27 17:43:36 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-30 23:59:09 -0800
commitccc5fd9e788c37de5947d480470b665c7a7107ef (patch)
tree835ba6397ca536e3a9fa5ae4fcf35363f232bb11 /meta-python/recipes-devtools/python/python3-pytest-html_4.2.0.bb
parente86ca5c5442e1927f06559ca2be140794c523df0 (diff)
downloadmeta-openembedded-ccc5fd9e788c37de5947d480470b665c7a7107ef.tar.gz
python3-pytest-html: upgrade 4.1.1 -> 4.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"