summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_4.4.2.bb
diff options
context:
space:
mode:
authorRichard Leitner <dev@g0hl1n.net>2025-06-26 16:49:28 +0200
committerKhem Raj <raj.khem@gmail.com>2025-06-26 09:15:30 -0700
commitf048d118f2ade5f7d90b919a20960218e245ca00 (patch)
tree8ccdfc73b448cfebf8f306e2c11e460f81b61f52 /meta-python/recipes-devtools/python/python3-can_4.4.2.bb
parentc2c4428c313cf2de5a3af4b4932e791172000d1c (diff)
downloadmeta-openembedded-f048d118f2ade5f7d90b919a20960218e245ca00.tar.gz
python3-can: upgrade 4.4.2 -> 4.5.0
python3-can 4.4.y requires msgpack~=1.0.0, but openembedded-core versions newer than scarthgap provide msgpack 1.1.0 [1], causing "pip check" to fail with the following error: python-can 4.4.2 has requirement msgpack~=1.0.0; platform_system != "Windows", but you have msgpack 1.1.0. This patch resolves the issue by updating python3-can to 4.5.0. [1] https://layers.openembedded.org/layerindex/recipe/66997/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_4.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-can_4.4.2.bb31
1 files changed, 0 insertions, 31 deletions
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
deleted file mode 100644
index 31190a9f1d..0000000000
--- a/meta-python/recipes-devtools/python/python3-can_4.4.2.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1SUMMARY = "Controller Area Network (CAN) interface module for Python"
2HOMEPAGE = "https://github.com/hardbyte/python-can"
3SECTION = "devel/python"
4LICENSE = "LGPL-3.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
6
7SRC_URI[sha256sum] = "1c46c0935f39f7a9c3e76b03249af0580689ebf7a1844195e92f87257f009df5"
8
9PYPI_PACKAGE = "python_can"
10UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
11
12inherit pypi python_setuptools_build_meta
13
14RDEPENDS:${PN} += "\
15 python3-aenum \
16 python3-asyncio \
17 python3-codecs \
18 python3-compression \
19 python3-ctypes \
20 python3-fcntl \
21 python3-json \
22 python3-logging \
23 python3-misc \
24 python3-netserver \
25 python3-packaging \
26 python3-pkg-resources \
27 python3-setuptools \
28 python3-sqlite3 \
29 python3-typing-extensions \
30 python3-wrapt \
31"