blob: c0a5368d11d6ace8ed514bda0dff0cc0b1a15efc [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 Williams03514f12024-04-05 07:04:11 -05007SRC_URI[sha256sum] = "d2ad6c383490ddb3bbb0f737d23a07c7e8c345df65f8309bc554d8455cc913dc"
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"