summaryrefslogtreecommitdiffstats
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
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>
-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 ae9e42160..9fb3a485b 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"
11PV = "git${SRCPV}" 11PV = "git${SRCPV}"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14
15RDEPENDS_${PN} += "python3-pydbus"