dbus-broker: Add a runtime dependency on dbus-tools

This matches dbus' runtime dependencies and is needed for the
dbus-broker package to be a drop-in replacement for the dbus package.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2025-09-24 22:26:22 +02:00 committed by Khem Raj
parent 8e69890597
commit 964b42d7de
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -31,7 +31,7 @@ do_install:append() {
}
RCONFLICTS:${PN} = "dbus"
RDEPENDS:${PN} += "dbus-common"
RDEPENDS:${PN} += "dbus-common dbus-tools"
FILES:${PN} += "${nonarch_libdir}/systemd/catalog"
FILES:${PN} += "${systemd_system_unitdir}"