mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
python3-psutil: upgrade 5.9.4 -> 5.9.5
License-Update: Fix license: extra open quote. (From OE-Core rev: c59d320d21620eb0788f87828a402aef4393f499) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e4d4076a83
commit
dd560415b0
41
meta/recipes-devtools/python/python3-psutil_5.9.5.bb
Normal file
41
meta/recipes-devtools/python/python3-psutil_5.9.5.bb
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY = "A cross-platform process and system utilities module for Python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a9c72113a843d0d732a0ac1c200d81b1"
|
||||
HOMEPAGE = "https://pypi.org/project/psutil/"
|
||||
|
||||
SRC_URI[sha256sum] = "5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
|
||||
FILES:${PN}-tests += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/psutil/test* \
|
||||
${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \
|
||||
"
|
||||
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-xml \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-resource \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-tests += " \
|
||||
${PN} \
|
||||
${PYTHON_PN} \
|
||||
coreutils \
|
||||
procps \
|
||||
binutils \
|
||||
gcc \
|
||||
gcc-symlinks \
|
||||
libstdc++ \
|
||||
libstdc++-dev \
|
||||
"
|
||||
|
||||
INSANE_SKIP:${PN}-tests += "dev-deps"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user