From bc7791462efd0d620fab86517c89ec907b492827 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sun, 10 Nov 2024 17:55:52 +0100 Subject: python3-can: version bump 4.2.2 -> 4.4.0 Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-can_4.4.2.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-can_4.4.2.bb (limited to 'meta-python/recipes-devtools/python/python3-can_4.4.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-can_4.4.2.bb b/meta-python/recipes-devtools/python/python3-can_4.4.2.bb new file mode 100644 index 0000000000..3781737e1d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_4.4.2.bb @@ -0,0 +1,30 @@ +SUMMARY = "Controller Area Network (CAN) interface module for Python" +HOMEPAGE = "https://github.com/hardbyte/python-can" +SECTION = "devel/python" +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" + +SRC_URI[sha256sum] = "1c46c0935f39f7a9c3e76b03249af0580689ebf7a1844195e92f87257f009df5" + +PYPI_PACKAGE = "python_can" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "\ + python3-aenum \ + python3-asyncio \ + python3-codecs \ + python3-compression \ + python3-ctypes \ + python3-fcntl \ + python3-json \ + python3-logging \ + python3-misc \ + python3-netserver \ + python3-packaging \ + python3-pkg-resources \ + python3-setuptools \ + python3-sqlite3 \ + python3-typing-extensions \ + python3-wrapt \ +" -- cgit v1.2.3-54-g00ecf