mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
Drop the patch, as we do not actually have ptests for the module, and the patch submitted upstream differs significantly, so it makes no sense to rebase the in-layer version. (From OE-Core rev: fb31b92341da9b5deedf9f6d53b6bc6488d0d20e) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
28 lines
716 B
BlitzBasic
28 lines
716 B
BlitzBasic
SUMMARY = "A cross-platform process and system utilities module for Python"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
|
|
HOMEPAGE = "https://pypi.org/project/psutil/"
|
|
|
|
SRC_URI[sha256sum] = "57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954"
|
|
|
|
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 \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|