Config.in 381 B

123456789101112
  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_WRAPT # runtime
  7. select BR2_PACKAGE_PYTHON3_ZLIB
  8. help
  9. This module provides controller area network support for
  10. Python.
  11. https://github.com/hardbyte/python-can