diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-09-20 10:24:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-09-20 18:55:26 -0700 |
| commit | e4795b05c3703229944db6d04a3b0b5372d665f4 (patch) | |
| tree | 56e9d4c5cc75f710849f9e29321723b8dc23b384 /meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb | |
| parent | 13cff82b13e7b1ec3449bad49854a6eedb26d866 (diff) | |
| download | meta-openembedded-e4795b05c3703229944db6d04a3b0b5372d665f4.tar.gz | |
python3-cantools: upgrade 37.1.2 -> 37.2.0
Changelog:
==========
ARXML refactoring preparations
refactor the ARXML code
Bugfix: BU_BO_REL causes 'index out of range' error
Add missing Bus import in can/init.py
PCAN trace (.trc) format to logreader
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_37.1.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb b/meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb deleted file mode 100644 index ec437eeceb..0000000000 --- a/meta-python/recipes-devtools/python/python3-cantools_37.1.2.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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] = "0d84b879a18d869d182023cdebae9318095a8959ceee6309de59fd3c399dbfef" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "cantools" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "\ | ||
| 13 | ${PYTHON_PN}-can \ | ||
| 14 | ${PYTHON_PN}-bitstruct \ | ||
| 15 | ${PYTHON_PN}-core \ | ||
| 16 | ${PYTHON_PN}-textparser \ | ||
| 17 | ${PYTHON_PN}-typing-extensions \ | ||
| 18 | ${PYTHON_PN}-diskcache \ | ||
| 19 | ${PYTHON_PN}-asyncio \ | ||
| 20 | " | ||
| 21 | |||
| 22 | CLEANBROKEN = "1" | ||
