summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cantools_39.3.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-04 13:28:55 -0700
committerKhem Raj <raj.khem@gmail.com>2023-11-06 08:47:42 -0800
commit49e3f92466a0db981d8627758a3d50f2cdb6846b (patch)
tree4ba827f851bc5939c94568ed3f686c0645e3ae37 /meta-python/recipes-devtools/python/python3-cantools_39.3.0.bb
parentc447e3f24722078b9fb8e32a1ac70805fbe96d5c (diff)
downloadmeta-openembedded-49e3f92466a0db981d8627758a3d50f2cdb6846b.tar.gz
python3-cantools: upgrade 39.2.0 -> 39.3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cantools_39.3.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cantools_39.3.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cantools_39.3.0.bb b/meta-python/recipes-devtools/python/python3-cantools_39.3.0.bb
new file mode 100644
index 0000000000..0b590d258b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cantools_39.3.0.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "CAN BUS tools in Python 3."
2HOMEPAGE = "https://github.com/eerimoq/cantools"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
5
6SRC_URI[sha256sum] = "2c3d081922591bc1611c9f1ff52d6c8af1d03314f8c724cc114d856cc555cc28"
7
8PYPI_PACKAGE = "cantools"
9
10inherit pypi python_poetry_core
11
12RDEPENDS:${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
22CLEANBROKEN = "1"