aboutsummaryrefslogtreecommitdiffstats
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-contrib-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 6bff9844df..1ab1bde449 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 += " \
RDEPENDS:${PN} += "\
python3-datetime \
python3-io \
+ python3-logging \
python3-netclient \
python3-nocasedict \
python3-nocaselist \
python3-ply \
python3-pyyaml \
+ python3-requests \
python3-six \
python3-stringold \
python3-threading \