summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:38:31 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commit20c64a4a6305007e5f755b078f49c0d4577bd7e2 (patch)
treefab20266d88fcee040b29a0dc1dd68cb2a243d1a /meta-python/recipes-extended
parent170709214595b4b36b9fef7db57fac03d32bd336 (diff)
downloadmeta-openembedded-20c64a4a6305007e5f755b078f49c0d4577bd7e2.tar.gz
python3-pywbem: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended')
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb
index 6bff9844d..1ab1bde44 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb
@@ -30,11 +30,13 @@ DEPENDS += " \
30RDEPENDS:${PN} += "\ 30RDEPENDS:${PN} += "\
31 python3-datetime \ 31 python3-datetime \
32 python3-io \ 32 python3-io \
33 python3-logging \
33 python3-netclient \ 34 python3-netclient \
34 python3-nocasedict \ 35 python3-nocasedict \
35 python3-nocaselist \ 36 python3-nocaselist \
36 python3-ply \ 37 python3-ply \
37 python3-pyyaml \ 38 python3-pyyaml \
39 python3-requests \
38 python3-six \ 40 python3-six \
39 python3-stringold \ 41 python3-stringold \
40 python3-threading \ 42 python3-threading \