summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb34
1 files changed, 17 insertions, 17 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 8b0383cf68..c845763826 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
@@ -21,26 +21,26 @@ SRC_URI[sha256sum] = "abdbd6ce08b6c597cdd6c7730e6b49a842d913f2f6b3cc62b585c58ec3
21inherit pypi setuptools3 update-alternatives 21inherit pypi setuptools3 update-alternatives
22 22
23DEPENDS += " \ 23DEPENDS += " \
24 ${PYTHON_PN}-ply-native \ 24 python3-ply-native \
25 ${PYTHON_PN}-pyyaml-native \ 25 python3-pyyaml-native \
26 ${PYTHON_PN}-six-native \ 26 python3-six-native \
27 ${PYTHON_PN}-wheel-native \ 27 python3-wheel-native \
28" 28"
29 29
30RDEPENDS:${PN} += "\ 30RDEPENDS:${PN} += "\
31 ${PYTHON_PN}-datetime \ 31 python3-datetime \
32 ${PYTHON_PN}-io \ 32 python3-io \
33 ${PYTHON_PN}-netclient \ 33 python3-netclient \
34 ${PYTHON_PN}-ply \ 34 python3-ply \
35 ${PYTHON_PN}-pyyaml \ 35 python3-pyyaml \
36 ${PYTHON_PN}-six \ 36 python3-six \
37 ${PYTHON_PN}-stringold \ 37 python3-stringold \
38 ${PYTHON_PN}-threading \ 38 python3-threading \
39 ${PYTHON_PN}-unixadmin \ 39 python3-unixadmin \
40 ${PYTHON_PN}-xml \ 40 python3-xml \
41 ${PYTHON_PN}-nocasedict \ 41 python3-nocasedict \
42 ${PYTHON_PN}-nocaselist \ 42 python3-nocaselist \
43 ${PYTHON_PN}-yamlloader \ 43 python3-yamlloader \
44" 44"
45 45
46ALTERNATIVE:${PN} = "mof_compiler" 46ALTERNATIVE:${PN} = "mof_compiler"