[meta-zephyr,05/10] python3-canopen: remove, unused

Message ID 20220513112448.2257180-5-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-canopen_1.2.1.bb             | 17 -----------------
 1 file changed, 17 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb
deleted file mode 100644
index 0608199..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python canopen"
-DESCRIPTION = "A Python implementation of the CANopen standard. The aim of \
-               the project is to support the most common parts of the CiA \
-               301 standard in a simple Pythonic interface."
-HOMEPAGE = "https://pypi.org/project/canopen"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97f135a6ee6f800c377b5512122c7a8d"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "canopen"
-SRC_URI[md5sum] = "da37dcf725e774385f05f05e04ca54a0"
-SRC_URI[sha256sum] = "18d01d56ff0023795cb336cafd4810a76cf402b98b42139b201fa8c5d4ba8c06"
-BBCLASSEXTEND = "native nativesdk"