python3-cbor: remove, unused and obsolete

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>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Ross Burton
2022-05-13 12:24:39 +01:00
committed by Naveen Saini
parent 5b8c96994a
commit 774194051d

View File

@@ -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 JSONs 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"