summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb')
-rw-r--r--meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb36
1 files changed, 18 insertions, 18 deletions
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb
index ab631b256..89c05c2a6 100644
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.0.bb
@@ -9,24 +9,24 @@ SRC_URI[sha256sum] = "921fb57ea2ae3ae2806e18895bb0457697f27221b345c8b05afa4cb304
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11RDEPENDS:${PN}:class-target += "\ 11RDEPENDS:${PN}:class-target += "\
12 ${PYTHON_PN}-ply \ 12 python3-ply \
13 ${PYTHON_PN}-pyyaml \ 13 python3-pyyaml \
14 ${PYTHON_PN}-six \ 14 python3-six \
15 ${PYTHON_PN}-pywbem \ 15 python3-pywbem \
16 ${PYTHON_PN}-click \ 16 python3-click \
17 ${PYTHON_PN}-requests \ 17 python3-requests \
18 ${PYTHON_PN}-prompt-toolkit \ 18 python3-prompt-toolkit \
19 ${PYTHON_PN}-mock \ 19 python3-mock \
20 ${PYTHON_PN}-packaging \ 20 python3-packaging \
21 ${PYTHON_PN}-nocasedict \ 21 python3-nocasedict \
22 ${PYTHON_PN}-yamlloader \ 22 python3-yamlloader \
23 ${PYTHON_PN}-click-repl \ 23 python3-click-repl \
24 ${PYTHON_PN}-click-spinner \ 24 python3-click-spinner \
25 ${PYTHON_PN}-asciitree \ 25 python3-asciitree \
26 ${PYTHON_PN}-tabulate \ 26 python3-tabulate \
27 ${PYTHON_PN}-pydicti \ 27 python3-pydicti \
28 ${PYTHON_PN}-nocaselist \ 28 python3-nocaselist \
29 ${PYTHON_PN}-custom-inherit \ 29 python3-custom-inherit \
30" 30"
31 31
32BBCLASSEXTEND = "native" 32BBCLASSEXTEND = "native"