blob: 713a84b41671c0d9b723fec90e76349377f28d5d [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
Patrick Williams7784c422022-11-17 07:29:11 -06007SRC_URI[sha256sum] = "c4e2f4bb0bffc437f51ad2174a8a3e71df81bbc2f6894604e604af18fbe687c3"
Andrew Geisslerac970dd2021-02-12 15:32:45 -06008
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
Patrick Williams213cb262021-08-07 19:21:33 -050015RDEPENDS:${PN} += " \
Andrew Geisslerac970dd2021-02-12 15:32:45 -060016 ${PYTHON_PN}-pytest \
17"
18
19BBCLASSEXTEND = "native nativesdk"