summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cantools_37.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-cantools_37.0.7.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cantools_37.0.7.bb b/meta-python/recipes-devtools/python/python3-cantools_37.1.0.bb
index c179071afa..1af1310aba 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_37.0.7.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_37.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
5 5
6SRC_URI[sha256sum] = "e603a7e1e40f5b4963c4c64cf4b013264afa009e232a878c73d31c29942e4466" 6SRC_URI[sha256sum] = "9f2449e94a7698bd44bb50d9b464788053a0bf070faa09a132535c3aa07e7e6a"
7 7
8PYPI_PACKAGE = "cantools" 8PYPI_PACKAGE = "cantools"
9 9
@@ -16,6 +16,7 @@ RDEPENDS:${PN} += "\
16 ${PYTHON_PN}-textparser \ 16 ${PYTHON_PN}-textparser \
17 ${PYTHON_PN}-typing-extensions \ 17 ${PYTHON_PN}-typing-extensions \
18 ${PYTHON_PN}-diskcache \ 18 ${PYTHON_PN}-diskcache \
19 ${PYTHON_PN}-asyncio \
19" 20"
20 21
21CLEANBROKEN = "1" 22CLEANBROKEN = "1"