summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cantools_39.2.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.2.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.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cantools_39.2.0.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cantools_39.2.0.bb b/meta-python/recipes-devtools/python/python3-cantools_39.2.0.bb
deleted file mode 100644
index a87aff1443..0000000000
--- a/meta-python/recipes-devtools/python/python3-cantools_39.2.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
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] = "24045c5575217bb5331543e6a55cee822c37ad811dc4a08c75aa2eee3c6d529c"
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"