summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb4
1 files changed, 2 insertions, 2 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 c845763826..6bff9844df 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
@@ -31,6 +31,8 @@ RDEPENDS:${PN} += "\
31 python3-datetime \ 31 python3-datetime \
32 python3-io \ 32 python3-io \
33 python3-netclient \ 33 python3-netclient \
34 python3-nocasedict \
35 python3-nocaselist \
34 python3-ply \ 36 python3-ply \
35 python3-pyyaml \ 37 python3-pyyaml \
36 python3-six \ 38 python3-six \
@@ -38,8 +40,6 @@ RDEPENDS:${PN} += "\
38 python3-threading \ 40 python3-threading \
39 python3-unixadmin \ 41 python3-unixadmin \
40 python3-xml \ 42 python3-xml \
41 python3-nocasedict \
42 python3-nocaselist \
43 python3-yamlloader \ 43 python3-yamlloader \
44" 44"
45 45