summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-10-09 13:35:32 +0300
committerKhem Raj <raj.khem@gmail.com>2020-10-13 22:28:19 -0700
commit516ec2606df8b34fd4e19d4d22d0d216d468fb55 (patch)
tree38e622f4f139b8e0e27f8aef2a434677c74a0da9 /meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb
parente90b67da58c9cb09f1dc832e9fdc979687c31520 (diff)
downloadmeta-openembedded-516ec2606df8b34fd4e19d4d22d0d216d468fb55.tar.gz
python3-pywbemtools: Upgrade 0.7.2 -> 0.7.3
Upgrade to release 0.7.3: - Docs/Test: Fixed failing install of Jinja2 on Python 3.4 by adding it to dev-requirements.txt and pinning it to <2.11 for Python 3.4. - Fixed incorrect property order in instance table output, where key properties were not ordered before non-key properties but ordered along with them. - Test: Fixed qualifier definitions in qualifier_filter_model.mof to accomodate improved MOF compiler in pywbem 1.1.0. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb')
-rw-r--r--meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb40
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb
new file mode 100644
index 0000000000..8620057f59
--- /dev/null
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.3.bb
@@ -0,0 +1,40 @@
1SUMMARY = "A set of tools using pywbem"
2DESCRIPTION = "A set of tools using pywbem to communicate with WBEM servers"
3HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
6
7SRC_URI[md5sum] = "e3f8cadb8d1253b1b51afabcce4c3461"
8SRC_URI[sha256sum] = "b475da4389ac77901191c886f4348660f3c0fd59365feb18ede47a086442efff"
9
10inherit pypi setuptools3
11
12DEPENDS += " \
13 ${PYTHON_PN}-pyyaml-native \
14 ${PYTHON_PN}-pywbem-native \
15 ${PYTHON_PN}-six-native \
16 ${PYTHON_PN}-click-native \
17"
18
19RDEPENDS_${PN}_class-target += "\
20 ${PYTHON_PN}-ply \
21 ${PYTHON_PN}-pyyaml \
22 ${PYTHON_PN}-six \
23 ${PYTHON_PN}-pywbem \
24 ${PYTHON_PN}-click \
25 ${PYTHON_PN}-requests \
26 ${PYTHON_PN}-prompt-toolkit \
27 ${PYTHON_PN}-mock \
28 ${PYTHON_PN}-packaging \
29 ${PYTHON_PN}-nocasedict \
30 ${PYTHON_PN}-yamlloader \
31 ${PYTHON_PN}-click-repl \
32 ${PYTHON_PN}-click-spinner \
33 ${PYTHON_PN}-asciitree \
34 ${PYTHON_PN}-tabulate \
35 ${PYTHON_PN}-pydicti \
36 ${PYTHON_PN}-nocaselist \
37 ${PYTHON_PN}-custom-inherit \
38"
39
40BBCLASSEXTEND = "native"