blob: 698eaf5b3ecbecdca2c30da2e8575186adfb0852 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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
Brad Bishop316dfdd2018-06-25 12:45:53 -040011inherit pypi setuptools3
12
13RDEPENDS_${PN}_class-target += "\
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 ${PYTHON_PN}-aenum \
15 ${PYTHON_PN}-ctypes \
Brad Bishop316dfdd2018-06-25 12:45:53 -040016 ${PYTHON_PN}-codecs \
17 ${PYTHON_PN}-compression \
Andrew Geissler82c905d2020-04-13 13:39:40 -050018 ${PYTHON_PN}-fcntl \
19 ${PYTHON_PN}-logging \
20 ${PYTHON_PN}-misc \
21 ${PYTHON_PN}-netserver \
22 ${PYTHON_PN}-sqlite3 \
23 ${PYTHON_PN}-wrapt \
Brad Bishop316dfdd2018-06-25 12:45:53 -040024"
Andrew Geissler82c905d2020-04-13 13:39:40 -050025
26BBCLASSEXTEND = "native nativesdk"