mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00:00
python3-pywbemtools: upgrade 1.3.0 -> 1.3.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,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] = "7fb1c32e358d55c2c6966a071c8ecc0ca81de3d32944a67cc646c57b1a7a337a"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user