1config BR2_PACKAGE_PYTHON_CAN 2 bool "python-can" 3 select BR2_PACKAGE_PYTHON3_SQLITE # runtime 4 select BR2_PACKAGE_PYTHON_MSGPACK # runtime 5 select BR2_PACKAGE_PYTHON_PACKAGING # runtime 6 select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime 7 select BR2_PACKAGE_PYTHON_WRAPT # runtime 8 select BR2_PACKAGE_PYTHON3_ZLIB 9 help 10 This module provides controller area network support for 11 Python. 12 13 https://github.com/hardbyte/python-can 14