blob: 46f085933ffc20f1c9810d25586c943ff43388a6 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Controller Area Network (CAN) interface module for Python"
2SECTION = "devel/python"
3LICENSE = "LGPLv3"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=38138baa100d7259934590850bc0406e"
5
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006SRC_URI[md5sum] = "dcdd3f6b924e3f20acb1ccf4598236cf"
7SRC_URI[sha256sum] = "b5e93b2ee32bdd597d9d908afe5171c402a04c9678ba47b60f33506738b1375b"
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"