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