python3-pydbus-manager: add runtime dependencies

This recipe is missing the runtime deps. Add them.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Bartosz Golaszewski 2021-05-17 17:32:37 +02:00 committed by Khem Raj
parent 2e8de30fe8
commit 9a98ff7dcc

View File

@ -11,3 +11,5 @@ SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
PV = "git${SRCPV}" PV = "git${SRCPV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
RDEPENDS_${PN} += "python3-pydbus"