blob: 7d0100d7d71211a83b72bfba2099f1bb632819f1 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Controller Area Network (CAN) interface module for Python"
2SECTION = "devel/python"
3LICENSE = "LGPLv3"
Brad Bishop93c3acf2019-10-29 09:48:15 -04004LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
Brad Bishop93c3acf2019-10-29 09:48:15 -04006SRC_URI[md5sum] = "b724553a330478270267380b4888a18e"
7SRC_URI[sha256sum] = "5fefb5c1e7e7f07faefc02c6eac79f9b58376f007048a04d8e7f325d48ec6b2e"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
9PYPI_PACKAGE="python-can"
Brad Bishop316dfdd2018-06-25 12:45:53 -040010
11RDEPENDS_${PN}_class-target += "\
12 ${PYTHON_PN}-ctypes \
13 ${PYTHON_PN}-logging \
14 ${PYTHON_PN}-misc \
15 ${PYTHON_PN}-netserver \
16 ${PYTHON_PN}-sqlite3 \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017 ${PYTHON_PN}-wrapt \
Brad Bishop316dfdd2018-06-25 12:45:53 -040018"