diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 2 |
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 += " \ | |||
30 | RDEPENDS:${PN} += "\ | 30 | RDEPENDS:${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 \ |