blob: 89c05c2a681c17d465727872722781f2fcdaacbc [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "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
Patrick Williams8e7b46e2023-05-01 14:19:06 -05007SRC_URI[sha256sum] = "921fb57ea2ae3ae2806e18895bb0457697f27221b345c8b05afa4cb304a7f939"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9inherit pypi setuptools3
10
Andrew Geissler517393d2023-01-13 08:55:19 -060011RDEPENDS:${PN}:class-target += "\
Patrick Williams39653562024-03-01 08:54:02 -060012 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 \
Andrew Geissler517393d2023-01-13 08:55:19 -060030"
31
32BBCLASSEXTEND = "native"