diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2022-04-10 22:45:01 +0200 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-04-11 09:22:30 -0400 |
| commit | 8bfdee2f781c718a01ff353c305a96c196f0de44 (patch) | |
| tree | 9aefab2cd0deb36905fd5323b70fbece6c6b87f0 /meta-python/recipes-devtools/python/python3-can_4.0.0.bb | |
| parent | 2f55a5ee2ff5aed2496c45e6b9a0e62a9d6d17f1 (diff) | |
| download | meta-openembedded-8bfdee2f781c718a01ff353c305a96c196f0de44.tar.gz | |
python3-can: update t 4.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_4.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-can_4.0.0.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.0.0.bb b/meta-python/recipes-devtools/python/python3-can_4.0.0.bb new file mode 100644 index 0000000000..2cd2e624b9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-can_4.0.0.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "Controller Area Network (CAN) interface module for Python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "LGPL-3.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "59d92846ffb981e634e9e0f2d14a6b4967a875e3869bd2ba168c92c4db6b8b5d" | ||
| 7 | |||
| 8 | PYPI_PACKAGE="python-can" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | RDEPENDS:${PN}:class-target += "\ | ||
| 13 | ${PYTHON_PN}-aenum \ | ||
| 14 | ${PYTHON_PN}-ctypes \ | ||
| 15 | ${PYTHON_PN}-codecs \ | ||
| 16 | ${PYTHON_PN}-compression \ | ||
| 17 | ${PYTHON_PN}-fcntl \ | ||
| 18 | ${PYTHON_PN}-logging \ | ||
| 19 | ${PYTHON_PN}-misc \ | ||
| 20 | ${PYTHON_PN}-netserver \ | ||
| 21 | ${PYTHON_PN}-sqlite3 \ | ||
| 22 | ${PYTHON_PN}-wrapt \ | ||
| 23 | ${PYTHON_PN}-pkg-resources \ | ||
| 24 | " | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
