1config BR2_PACKAGE_PYTHON_DBUS_FAST
2	bool "python-dbus-fast"
3	select BR2_PACKAGE_HOST_PYTHON_CYTHON
4	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
5	help
6	  A faster version of dbus-next, a DBus library for Python with
7	  asyncio support.
8
9	  https://github.com/bluetooth-devices/dbus-fast
10