meta-openembedded/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

40 lines
1.1 KiB
BlitzBasic

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] = "f6f36c96be46c801919fa6cc218a5d051fce381a2d9a0b99c9162d8335e96c36"
inherit pypi setuptools3
DEPENDS += " \
${PYTHON_PN}-pyyaml-native \
${PYTHON_PN}-pywbem-native \
${PYTHON_PN}-six-native \
${PYTHON_PN}-click-native \
"
RDEPENDS:${PN}:class-target += "\
${PYTHON_PN}-ply \
${PYTHON_PN}-pyyaml \
${PYTHON_PN}-six \
${PYTHON_PN}-pywbem \
${PYTHON_PN}-click \
${PYTHON_PN}-requests \
${PYTHON_PN}-prompt-toolkit \
${PYTHON_PN}-mock \
${PYTHON_PN}-packaging \
${PYTHON_PN}-nocasedict \
${PYTHON_PN}-yamlloader \
${PYTHON_PN}-click-repl \
${PYTHON_PN}-click-spinner \
${PYTHON_PN}-asciitree \
${PYTHON_PN}-tabulate \
${PYTHON_PN}-pydicti \
${PYTHON_PN}-nocaselist \
${PYTHON_PN}-custom-inherit \
"
BBCLASSEXTEND = "native"