aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb')
-rw-r--r--meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb
new file mode 100644
index 0000000..5932e66
--- /dev/null
+++ b/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+# SPDX-License-Identifier: Apache-2.0
+
+SUMMARY = "Python junitparser"
+HOMEPAGE = "https://pypi.org/project/junitparser"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2d00702cde917dd61c41041bc30136dd"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "junitparser"
+SRC_URI[md5sum] = "f8704c2b18e6f4d482c62b33e141a0cb"
+SRC_URI[sha256sum] = "d54d0eaa2b15ee2efab0220ce0ab31448d26dcb78170d5667453d7755b9f1480"
+BBCLASSEXTEND = "native nativesdk"