mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 18:02:12 +01:00
python3-psutil: upgrade 5.9.3 -> 5.9.4
(From OE-Core rev: c2aef4590c7733e21081a0a4969516c9d43cba86) 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
a56d78fc2a
commit
459a12efc1
27
meta/recipes-devtools/python/python3-psutil_5.9.4.bb
Normal file
27
meta/recipes-devtools/python/python3-psutil_5.9.4.bb
Normal file
@@ -0,0 +1,27 @@
|
||||
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] = "3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user