82522d2547
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: James Hilliard <james.hilliard1@gmail.com> [yann.morin.1998@free.fr: - select host-cython in Config.in - introduce obj_path in test sample ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
11 lines
339 B
Plaintext
11 lines
339 B
Plaintext
config BR2_PACKAGE_PYTHON_DBUS_FAST
|
|
bool "python-dbus-fast"
|
|
select BR2_PACKAGE_HOST_PYTHON_CYTHON
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
|
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
|
|
help
|
|
A faster version of dbus-next, a DBus library for Python with
|
|
asyncio support.
|
|
|
|
https://github.com/bluetooth-devices/dbus-fast
|