summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_4.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_4.2.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-can_4.2.0.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.0.bb b/meta-python/recipes-devtools/python/python3-can_4.2.0.bb
new file mode 100644
index 0000000000..7562b977b1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-can_4.2.0.bb
@@ -0,0 +1,27 @@
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] = "0fbda7217523b802f36a8d5a3cd26a35baad2795965f7f09bfa3dd1dfb6fbaf0"
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 ${PYTHON_PN}-typing-extensions \
25"
26
27BBCLASSEXTEND = "native nativesdk"