summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/python/python3-psutil_6.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/python/python3-psutil_6.0.0.bb')
-rw-r--r--poky/meta/recipes-devtools/python/python3-psutil_6.0.0.bb43
1 files changed, 43 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/python/python3-psutil_6.0.0.bb b/poky/meta/recipes-devtools/python/python3-psutil_6.0.0.bb
new file mode 100644
index 0000000000..787bc61e89
--- /dev/null
+++ b/poky/meta/recipes-devtools/python/python3-psutil_6.0.0.bb
@@ -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] = "8faae4f310b6d969fa26ca0545338b21f73c6b15db7c4a8d934a5482faa818f2"
+
+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"