summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-01-30 16:33:31 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-31 00:13:42 -0800
commit6605c61301e67f158725644e2495604a3409d912 (patch)
tree24b2d2e3c8bc8f72885dcfd32393588d6cc0f105 /meta-python
parentdfd6cf901aa530eb924ed62ad2498f8abf43fed2 (diff)
downloadmeta-openembedded-6605c61301e67f158725644e2495604a3409d912.tar.gz
python3-pywbem: 1.7.3 -> 1.9.0
Changelog: https://pywbem.readthedocs.io/en/1.9.0/changes.html Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb (renamed from meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb
index 6857563079..c2fe5f9738 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.7.3.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.9.0.bb
@@ -16,15 +16,16 @@ HOMEPAGE = "https://pywbem.github.io"
16LICENSE = "LGPL-2.1-only" 16LICENSE = "LGPL-2.1-only"
17LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" 17LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
18 18
19SRC_URI[sha256sum] = "d1f0a2ebd4ffedef8d067af3855216db5190c7f6f27c8d2dcd467e09701c90b0" 19SRC_URI[sha256sum] = "65c1ff972cea2f017b06795f47c0ad7442f8434ff643a544050c10726704f6ab"
20 20
21inherit pypi setuptools3 update-alternatives 21inherit pypi python_setuptools_build_meta update-alternatives
22 22
23DEPENDS += " \ 23DEPENDS += " \
24 python3-ply-native \ 24 python3-ply-native \
25 python3-pyyaml-native \ 25 python3-pyyaml-native \
26 python3-six-native \ 26 python3-six-native \
27 python3-wheel-native \ 27 python3-wheel-native \
28 python3-setuptools-scm-native \
28" 29"
29 30
30RDEPENDS:${PN} += "\ 31RDEPENDS:${PN} += "\