mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
config BR2_PACKAGE_PYTHON_SDBUS
|
|
bool "python-sdbus"
|
|
depends on BR2_PACKAGE_SYSTEMD # required to get sd-bus
|
|
help
|
|
Modern Python D-Bus library. Based on sd-bus from
|
|
libsystemd.
|
|
|
|
https://github.com/igo95862/python-sdbus
|
|
|
|
comment "python-sdbus needs systemd"
|
|
depends on !BR2_PACKAGE_SYSTEMD
|