[meta-zephyr,3/6] meta-zephyr-core/python3-pyparsing: remove, duplicate of oe-core recipe

Message ID 20220509155600.2363787-3-ross.burton@arm.com
State New
Headers show
Series [meta-zephyr,1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe | expand

Commit Message

Ross Burton May 9, 2022, 3:55 p.m. UTC
This recipe has been in oe-core since gatesgarth (182c1af2).

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

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb
deleted file mode 100644
index 0cb0d36..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python pyparsing"
-HOMEPAGE = "https://pypi.org/project/pyparsing"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "pyparsing"
-SRC_URI[md5sum] = "f0953e47a0112f7a65aec2305ffdf7b4"
-SRC_URI[sha256sum] = "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
-BBCLASSEXTEND = "native nativesdk"