diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-20 16:13:49 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:01 -0800 |
| commit | 6f9c74d82712e4f5e07dcde5901d7de66dc9028b (patch) | |
| tree | cc73dc0f4c4812a91b8c61ef51c5428548dae861 /meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb | |
| parent | e8d120d94f384433cff466a3e6166f8969343336 (diff) | |
| download | meta-openembedded-6f9c74d82712e4f5e07dcde5901d7de66dc9028b.tar.gz | |
python3-cantools: upgrade 40.0.0 -> 40.1.1
Changelog:
===========
- Add option for displaying unit from dbc in the plot legend
- Fix CI
- monitor: signals filtering
- Make generated src files more Doxygen-compatible
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-cantools_40.1.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb b/meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb new file mode 100644 index 0000000000..0267e895e1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cantools_40.1.1.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "CAN BUS tools in Python 3." | ||
| 2 | HOMEPAGE = "https://github.com/eerimoq/cantools" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b1731da5e6997661084c6019d6cdcb3773868c035ed8a728126cf8c6f31a2368" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "cantools" | ||
| 9 | |||
| 10 | inherit pypi python_poetry_core | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += "\ | ||
| 15 | python3-can \ | ||
| 16 | python3-bitstruct \ | ||
| 17 | python3-core \ | ||
| 18 | python3-textparser \ | ||
| 19 | python3-typing-extensions \ | ||
| 20 | python3-diskcache \ | ||
| 21 | python3-asyncio \ | ||
| 22 | " | ||
| 23 | |||
| 24 | CLEANBROKEN = "1" | ||
