aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2021-05-17 17:32:37 +0200
committerKhem Raj <raj.khem@gmail.com>2021-05-19 09:16:54 -0700
commit9a98ff7dcc513771d892985e93cbe28f2f54bef5 (patch)
tree8c709853bc65be2db0445b184e669452af7109ed /meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
parent2e8de30fe87e3cfa3d757940088747b32fc8f1e0 (diff)
downloadmeta-openembedded-9a98ff7dcc513771d892985e93cbe28f2f54bef5.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
index ae9e42160f..9fb3a485b9 100644
--- a/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
+++ b/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
@@ -11,3 +11,5 @@ SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
PV = "git${SRCPV}"
S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} += "python3-pydbus"