diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-08-20 16:39:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-20 07:35:10 -0700 |
| commit | 9bb936d5f471a5fdbd19d6e93ab9950fb850f5cd (patch) | |
| tree | bb8a94e126711a47e9c347e12dd9562bd0f1e9a6 /meta-python/recipes-devtools/python/python3-can_4.5.0.bb | |
| parent | 5fa4713756cee5348eb95d44cca9cc0ca5dac1d9 (diff) | |
| download | meta-openembedded-9bb936d5f471a5fdbd19d6e93ab9950fb850f5cd.tar.gz | |
python3-can: upgrade 4.5.0 -> 4.6.1
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-can_4.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-can_4.5.0.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.5.0.bb b/meta-python/recipes-devtools/python/python3-can_4.5.0.bb deleted file mode 100644 index 8e32cee622..0000000000 --- a/meta-python/recipes-devtools/python/python3-can_4.5.0.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | SUMMARY = "Controller Area Network (CAN) interface module for Python" | ||
| 2 | HOMEPAGE = "https://github.com/hardbyte/python-can" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "d3684cebe5b028a148c1742b3a45cec4fcaf83a7f7c52d0680b2eaeaf52f8eb7" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "python_can" | ||
| 10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | DEPENDS += "python3-setuptools-scm-native" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "\ | ||
| 17 | python3-aenum \ | ||
| 18 | python3-asyncio \ | ||
| 19 | python3-codecs \ | ||
| 20 | python3-compression \ | ||
| 21 | python3-ctypes \ | ||
| 22 | python3-fcntl \ | ||
| 23 | python3-json \ | ||
| 24 | python3-logging \ | ||
| 25 | python3-misc \ | ||
| 26 | python3-msgpack \ | ||
| 27 | python3-netserver \ | ||
| 28 | python3-packaging \ | ||
| 29 | python3-pkg-resources \ | ||
| 30 | python3-setuptools \ | ||
| 31 | python3-sqlite3 \ | ||
| 32 | python3-typing-extensions \ | ||
| 33 | python3-wrapt \ | ||
| 34 | " | ||
