kumquat-buildroot/package/python-dbus-fast/Config.in
Marcin Niestroj 474354c08d package/python-dbus-fast: drop python-async-timeout dependency
async-timeout dependency was dropped upstream for Python 3.11 (see [1]).

[1] 1b5c9e1cb9

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit d39ca32388)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-07-16 08:00:48 +02:00

10 lines
288 B
Plaintext

config BR2_PACKAGE_PYTHON_DBUS_FAST
bool "python-dbus-fast"
select BR2_PACKAGE_HOST_PYTHON_CYTHON
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
help
A faster version of dbus-next, a DBus library for Python with
asyncio support.
https://github.com/bluetooth-devices/dbus-fast