Config.in 439 B

12345678910111213
  1. config BR2_PACKAGE_PYTHON_TXDBUS
  2. bool "python-txdbus"
  3. # python-twisted -> python-cryptography
  4. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  5. # python-twisted -> python-cryptography
  6. depends on BR2_PACKAGE_PYTHON3
  7. select BR2_PACKAGE_PYTHON_TWISTED # runtime
  8. select BR2_PACKAGE_PYTHON_SIX # runtime
  9. help
  10. A native Python implementation of the DBus protocol for
  11. Twisted applications.
  12. https://github.com/cocagne/txdbus