diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-05-17 17:32:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-19 09:16:54 -0700 |
commit | 9a98ff7dcc513771d892985e93cbe28f2f54bef5 (patch) | |
tree | 8c709853bc65be2db0445b184e669452af7109ed | |
parent | 2e8de30fe87e3cfa3d757940088747b32fc8f1e0 (diff) | |
download | meta-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.bb | 2 |
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" | |||
11 | PV = "git${SRCPV}" | 11 | PV = "git${SRCPV}" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | |||
15 | RDEPENDS_${PN} += "python3-pydbus" | ||