The upstream URL has changed to github.com/python-sdbus/python-sdbus.
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>
(cherry picked from commit e3ba797873)
[Thomas: do not include the bump only the repo address fix]
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
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
|