From f1fb1c36e8620f1e3530184fccff78e1734ad1f0 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 11 Dec 2021 21:03:57 +0100 Subject: python-cantools: update to 37.0.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-cantools_37.0.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb (limited to 'meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb b/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb new file mode 100644 index 0000000000..c8c2b25924 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cantools_37.0.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "CAN BUS tools in Python 3." +HOMEPAGE = "https://github.com/eerimoq/cantools" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" + +SRC_URI[sha256sum] = "ac5f8901940693ce4b798e7ae07ed69a60856ae8a1ca47079088530813b57287" + +PYPI_PACKAGE = "cantools" + +inherit pypi setuptools3 + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf