mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 13:13:02 +01:00
python3-psutil: upgrade 6.0.0 -> 6.1.0
(From OE-Core rev: 6e5bcb05f3a1d5a34bcb2bc8da4a8d3e9b160ca0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
25c94a0b48
commit
15e3646887
43
meta/recipes-devtools/python/python3-psutil_6.1.0.bb
Normal file
43
meta/recipes-devtools/python/python3-psutil_6.1.0.bb
Normal file
@@ -0,0 +1,43 @@
|
||||
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] = "353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
|
||||
FILES:${PN}-tests += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/psutil/test* \
|
||||
${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \
|
||||
"
|
||||
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-shell \
|
||||
python3-threading \
|
||||
python3-xml \
|
||||
python3-netclient \
|
||||
python3-ctypes \
|
||||
python3-resource \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-tests += " \
|
||||
${PN} \
|
||||
python3 \
|
||||
coreutils \
|
||||
procps \
|
||||
binutils \
|
||||
gcc \
|
||||
gcc-symlinks \
|
||||
libstdc++ \
|
||||
libstdc++-dev \
|
||||
"
|
||||
|
||||
INSANE_SKIP:${PN}-tests += "dev-deps"
|
||||
|
||||
CVE_PRODUCT = "psutil"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user