From 88dc78a45776e124a077ac8b4f8422c10f91fffd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jan 2026 18:23:30 +0800 Subject: python3-pywbemtools: upgrade 1.3.0 -> 1.3.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../pywbemtools/python3-pywbemtools_1.3.0.bb | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb (limited to 'meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.3.0.bb') 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 @@ -SUMMARY = "A set of tools using pywbem" -DESCRIPTION = "A set of tools using pywbem to communicate with WBEM servers" -HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa" - -SRC_URI[sha256sum] = "9d0162b74c0b34d4500c099dddfe518cadc295a1a7bfb0abefa740a134d80fea" - -inherit pypi setuptools3 - -RDEPENDS:${PN}:class-target += "\ - python3-ply \ - python3-pyyaml \ - python3-six \ - python3-pywbem \ - python3-click \ - python3-requests \ - python3-prompt-toolkit \ - python3-mock \ - python3-packaging \ - python3-nocasedict \ - python3-yamlloader \ - python3-click-repl \ - python3-click-spinner \ - python3-asciitree \ - python3-tabulate \ - python3-pydicti \ - python3-nocaselist \ - python3-custom-inherit \ -" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf