1config BR2_PACKAGE_DBUS_PYTHON
2	bool "dbus-python"
3	depends on BR2_USE_WCHAR # glib2
4	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5	depends on BR2_PACKAGE_DBUS
6	depends on BR2_PACKAGE_PYTHON3
7	select BR2_PACKAGE_LIBGLIB2
8	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
9	help
10	  Python bindings for D-Bus
11
12	  http://dbus.freedesktop.org/doc/dbus-python/
13
14comment "dbus-python needs a toolchain w/ wchar, threads"
15	depends on BR2_PACKAGE_DBUS && BR2_PACKAGE_PYTHON3
16	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
17