summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-can_3.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-can_3.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-can_3.3.2.bb17
1 files changed, 16 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb
index aaa9e811ce..4597795d50 100644
--- a/meta-python/recipes-devtools/python/python3-can_3.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-can_3.3.2.bb
@@ -1,7 +1,22 @@
1require python-can.inc 1SUMMARY = "Controller Area Network (CAN) interface module for Python"
2SECTION = "devel/python"
3LICENSE = "LGPLv3"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
5
6SRC_URI[md5sum] = "b724553a330478270267380b4888a18e"
7SRC_URI[sha256sum] = "5fefb5c1e7e7f07faefc02c6eac79f9b58376f007048a04d8e7f325d48ec6b2e"
8
9PYPI_PACKAGE="python-can"
10
2inherit pypi setuptools3 11inherit pypi setuptools3
3 12
4RDEPENDS_${PN}_class-target += "\ 13RDEPENDS_${PN}_class-target += "\
14 ${PYTHON_PN}-ctypes \
5 ${PYTHON_PN}-codecs \ 15 ${PYTHON_PN}-codecs \
6 ${PYTHON_PN}-compression \ 16 ${PYTHON_PN}-compression \
17 ${PYTHON_PN}-logging \
18 ${PYTHON_PN}-misc \
19 ${PYTHON_PN}-netserver \
20 ${PYTHON_PN}-sqlite3 \
21 ${PYTHON_PN}-wrapt \
7" 22"