Michal Sieron 01a34fa1cc
meta-python: Convert confusing appends to override syntax
While in this case `RDEPENDS:class-target +=` wouldn't result in any
unwanted override, there is no guarantee there won't be a change, which
would be hidden by this override. To avoid any surprises in the future
let's use `:append:class-target =` syntax here.

Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-04-01 13:16:36 -07:00

33 lines
880 B
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] = "7fb1c32e358d55c2c6966a071c8ecc0ca81de3d32944a67cc646c57b1a7a337a"
inherit pypi setuptools3
RDEPENDS:${PN}:append: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"