[meta-zephyr,4/6] meta-zephyr-core/python3-packaging: remove, duplicate of oe-core recipes

Message ID 20220509155600.2363787-4-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 hardknott (c51fde1d).

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

Patch

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