summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_4.0.0.bb
diff options
context:
space:
mode:
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.bb26
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 @@
1SUMMARY = "Controller Area Network (CAN) interface module for Python"
2SECTION = "devel/python"
3LICENSE = "LGPL-3.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
5
6SRC_URI[sha256sum] = "59d92846ffb981e634e9e0f2d14a6b4967a875e3869bd2ba168c92c4db6b8b5d"
7
8PYPI_PACKAGE="python-can"
9
10inherit pypi setuptools3
11
12RDEPENDS:${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
26BBCLASSEXTEND = "native nativesdk"