mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
12 lines
304 B
Plaintext
12 lines
304 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/python-sdbus/python-sdbus
|
|
|
|
comment "python-sdbus needs systemd"
|
|
depends on !BR2_PACKAGE_SYSTEMD
|