diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-13 11:02:58 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-14 16:19:43 +0000 |
| commit | 459a12efc1be9551f00ea373ea6ff537ef4f8227 (patch) | |
| tree | 52dde9035618943e0b1fcd58b41f0065e68133cb /meta/recipes-devtools/python/python3-psutil_5.9.4.bb | |
| parent | a56d78fc2ab2037420597cfcba842df9277951f8 (diff) | |
| download | poky-459a12efc1be9551f00ea373ea6ff537ef4f8227.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-psutil_5.9.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-psutil_5.9.4.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-psutil_5.9.4.bb b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb new file mode 100644 index 0000000000..54d5784a0d --- /dev/null +++ b/meta/recipes-devtools/python/python3-psutil_5.9.4.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | SUMMARY = "A cross-platform process and system utilities module for Python" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" | ||
| 4 | HOMEPAGE = "https://pypi.org/project/psutil/" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | PACKAGES =+ "${PN}-tests" | ||
| 11 | |||
| 12 | FILES:${PN}-tests += " \ | ||
| 13 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ | ||
| 14 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ | ||
| 15 | " | ||
| 16 | |||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | ${PYTHON_PN}-shell \ | ||
| 20 | ${PYTHON_PN}-threading \ | ||
| 21 | ${PYTHON_PN}-xml \ | ||
| 22 | ${PYTHON_PN}-netclient \ | ||
| 23 | ${PYTHON_PN}-ctypes \ | ||
| 24 | ${PYTHON_PN}-resource \ | ||
| 25 | " | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
