blob: 1bbdfb633be8fa1deed23d4a907dfbf93e14f1fc [file] [log] [blame]
Andrew Geisslerac970dd2021-02-12 15:32:45 -06001DESCRIPTION = "pytest plugin for generating html reports from test results"
2DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
3
4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
6
7SRC_URI[sha256sum] = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3"
8
Andrew Geisslerac970dd2021-02-12 15:32:45 -06009PYPI_PACKAGE = "pytest-html"
10
Andrew Geissler9aee5002022-03-30 16:27:02 +000011inherit pypi python_setuptools_build_meta
Andrew Geisslerac970dd2021-02-12 15:32:45 -060012
Patrick Williamsdb4c27e2022-08-05 08:10:29 -050013DEPENDS += "python3-setuptools-scm-git-archive-native"
14
15SRC_URI += "file://no-pip.patch"
16
Patrick Williams213cb262021-08-07 19:21:33 -050017RDEPENDS:${PN} += " \
Andrew Geisslerac970dd2021-02-12 15:32:45 -060018 ${PYTHON_PN}-pytest \
19"
20
21BBCLASSEXTEND = "native nativesdk"