[meta-zephyr,01/10] python3-cbor: remove, unused and obsolete

Message ID 20220513112448.2257180-1-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
Nothing in meta-zephyr uses python3-cbor, and as it hasn't had a release
since 2016 everyone using it should move to cbor2.

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

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb
deleted file mode 100644
index 9e240f0..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python cbor"
-DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object \
-               Representation (CBOR). \
-               CBOR is comparable to JSON, has a superset of JSON’s ability, \
-               but serializes to a binary format which is smaller and faster \
-               to generate and parse."
-HOMEPAGE = "https://pypi.org/project/cbor"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.cfg;md5=d86758afb08a60bc589dc67bfea670b2"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "cbor"
-SRC_URI[md5sum] = "22b03b59784fd78cb6c27aa498af0db6"
-SRC_URI[sha256sum] = "13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6"
-BBCLASSEXTEND = "native nativesdk"