[meta-zephyr,07/10] python3-junitparser: remove, unused

Message ID 20220513112448.2257180-7-ross.burton@arm.com
State New
Headers show
Series [meta-zephyr,01/10] python3-cbor: remove, unused and obsolete | expand

Commit Message

Ross Burton May 13, 2022, 11:24 a.m. UTC
This recipe was added to meta-zephyr in de73bdba but nothing uses it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-junitparser_2.1.1.bb            | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb

Patch

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
deleted file mode 100644
index 5932e66..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-# 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"