aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_1.2.1.bb
blob: c0a5368d11d6ace8ed514bda0dff0cc0b1a15efc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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] = "d2ad6c383490ddb3bbb0f737d23a07c7e8c345df65f8309bc554d8455cc913dc"

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"