mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
python3-psutil: move from meta-python
Dependency for python3-cryptography (From OE-Core rev: e2c8532df68946943a1dbabd6d3be5496f05f735) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
86bb763b36
commit
ea5bde8d98
28
meta/recipes-devtools/python/python3-psutil_5.9.0.bb
Normal file
28
meta/recipes-devtools/python/python3-psutil_5.9.0.bb
Normal file
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "A cross-platform process and system utilities module for Python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
|
||||
|
||||
SRC_URI[sha256sum] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
SRC_URI += "file://0001-fix-failure-test-cases.patch"
|
||||
|
||||
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