Config.in 447 B

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