summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_4.2.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-25 14:57:23 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:57:47 -0700
commite2055a8e6ac35f04f9aea21f7ad1202f1b4b26a8 (patch)
treea8ad4e659c118e5ab4efc8feec7c91e8b1cd8ea6 /meta-python/recipes-devtools/python/python3-can_4.2.0.bb
parent4818d3f177872468d35fde00ec7ec84fbb3013b6 (diff)
downloadmeta-openembedded-e2055a8e6ac35f04f9aea21f7ad1202f1b4b26a8.tar.gz
python3-can: upgrade 4.2.0 -> 4.2.1
Bugfixes: =========== The ASCWriter now logs the correct channel for error frames (#1578, #1583). Fix PCAN library detection (#1579, #1580). On Windows, the first two periodic frames were sent without delay (#1590). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_4.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-can_4.2.0.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.0.bb b/meta-python/recipes-devtools/python/python3-can_4.2.0.bb
deleted file mode 100644
index 7562b977b1..0000000000
--- a/meta-python/recipes-devtools/python/python3-can_4.2.0.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1SUMMARY = "Controller Area Network (CAN) interface module for Python"
2SECTION = "devel/python"
3LICENSE = "LGPL-3.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
5
6SRC_URI[sha256sum] = "0fbda7217523b802f36a8d5a3cd26a35baad2795965f7f09bfa3dd1dfb6fbaf0"
7
8PYPI_PACKAGE="python-can"
9
10inherit pypi setuptools3
11
12RDEPENDS:${PN}:class-target += "\
13 ${PYTHON_PN}-aenum \
14 ${PYTHON_PN}-ctypes \
15 ${PYTHON_PN}-codecs \
16 ${PYTHON_PN}-compression \
17 ${PYTHON_PN}-fcntl \
18 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-misc \
20 ${PYTHON_PN}-netserver \
21 ${PYTHON_PN}-sqlite3 \
22 ${PYTHON_PN}-wrapt \
23 ${PYTHON_PN}-pkg-resources \
24 ${PYTHON_PN}-typing-extensions \
25"
26
27BBCLASSEXTEND = "native nativesdk"