diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-06 12:05:23 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-07 08:42:56 -0700 |
commit | 0c856b5fd9a765f229d24e78200fda163e90897c (patch) | |
tree | 3f294e6c3a37f65b0ab8d35230e808a3428b815c /meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.2.bb | |
parent | e248c8a5b97b1485b0625c7fd8dd2350bbf12717 (diff) | |
download | meta-openembedded-0c856b5fd9a765f229d24e78200fda163e90897c.tar.gz |
python3-pywbemtools: Upgrade 0.7.1 -> 0.7.2
Upgrade to release 0.7.2:
- Test: Fixed attempt in test_class_cmds.py to invoke a non-static
method on a class object.
- Test: Preventive fix for potential issue with virtualenv raising
AttributeError during installtest on Python 3.4.
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.2.bb')
-rw-r--r-- | meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.2.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.2.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.2.bb new file mode 100644 index 000000000..9121f8107 --- /dev/null +++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.7.2.bb | |||
@@ -0,0 +1,40 @@ | |||
1 | SUMMARY = "A set of tools using pywbem" | ||
2 | DESCRIPTION = "A set of tools using pywbem to communicate with WBEM servers" | ||
3 | HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" | ||
6 | |||
7 | SRC_URI[md5sum] = "54ebb824d7ab231ef1f1e88d8d69ac69" | ||
8 | SRC_URI[sha256sum] = "36d70f7d33498cab626e9a2871ea82e434a2c36fe6c240f400615082965f1e4e" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | DEPENDS += " \ | ||
13 | ${PYTHON_PN}-pyyaml-native \ | ||
14 | ${PYTHON_PN}-pywbem-native \ | ||
15 | ${PYTHON_PN}-six-native \ | ||
16 | ${PYTHON_PN}-click-native \ | ||
17 | " | ||
18 | |||
19 | RDEPENDS_${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 | |||
40 | BBCLASSEXTEND = "native" | ||