mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
config BR2_PACKAGE_PYTHON_SDBUS_SYSTEMD
|
|
bool "python-sdbus-systemd"
|
|
depends on BR2_PACKAGE_SYSTEMD
|
|
select BR2_PACKAGE_PYTHON_SDBUS # runtime
|
|
help
|
|
Systemd bindings for python-sdbus.
|
|
|
|
https://github.com/bernhardkaindl/python-sdbus-systemd
|
|
|
|
comment "python-sdbus-systemd needs systemd"
|
|
depends on !BR2_PACKAGE_SYSTEMD
|