[meta-zephyr,08/10] python3-pygithub: remove, unused

Message ID 20220513112448.2257180-8-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-pygithub_1.55.bb                | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb
deleted file mode 100644
index 268d2b7..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python PyGithub"
-HOMEPAGE = "https://pypi.org/project/PyGithub"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=c5e8b6057f82b73046c24a30809903bd"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "PyGithub"
-SRC_URI[md5sum] = "03e5883a8d4358b0786a0db84ad56a22"
-SRC_URI[sha256sum] = "1bbfff9372047ff3f21d5cd8e07720f3dbfdaf6462fcaed9d815f528f1ba7283"
-BBCLASSEXTEND = "native nativesdk"