Config.in 483 B

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