summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-13 18:23:30 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-13 08:29:02 -0800
commit88dc78a45776e124a077ac8b4f8422c10f91fffd (patch)
treec1544afd0789fd2875eb8450d1af0d480b63d946 /meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb
parentb51cdb7f01dcb6b7b454052b3be597209d06f021 (diff)
downloadmeta-openembedded-88dc78a45776e124a077ac8b4f8422c10f91fffd.tar.gz
python3-pywbemtools: upgrade 1.3.0 -> 1.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb')
-rw-r--r--meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb32
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb
deleted file mode 100644
index 127aa8b4a3..0000000000
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb
+++ /dev/null
@@ -1,32 +0,0 @@
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[sha256sum] = "9d0162b74c0b34d4500c099dddfe518cadc295a1a7bfb0abefa740a134d80fea"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN}:class-target += "\
12 python3-ply \
13 python3-pyyaml \
14 python3-six \
15 python3-pywbem \
16 python3-click \
17 python3-requests \
18 python3-prompt-toolkit \
19 python3-mock \
20 python3-packaging \
21 python3-nocasedict \
22 python3-yamlloader \
23 python3-click-repl \
24 python3-click-spinner \
25 python3-asciitree \
26 python3-tabulate \
27 python3-pydicti \
28 python3-nocaselist \
29 python3-custom-inherit \
30"
31
32BBCLASSEXTEND = "native"