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

Message ID 20220509155600.2363787-1-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
python3-pygments has been in oe-core since Dunfell (5c0d4e59).

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

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb
deleted file mode 100644
index c4b63c1..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python pygments"
-HOMEPAGE = "https://pypi.org/project/Pygments/"
-DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-SRC_URI = "https://files.pythonhosted.org/packages/b7/b3/5cba26637fe43500d4568d0ee7b7362de1fb29c0e158d50b4b69e9a40422/Pygments-2.10.0.tar.gz"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "Pygments"
-SRC_URI[md5sum] = "87369a4e15019caf9cf056ab2c5858b3"
-BBCLASSEXTEND = "native nativesdk"