mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-13 14:12:12 +00:00
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
|