For release note, see: https://github.com/python-sdbus/python-sdbus/releases/tag/0.14.0 The upstream URL has changed so while at it also update it. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> [Julien: add link to release note in commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
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
|