meta-openembedded/meta-python/recipes-devtools/python/python-psutil.inc
Zang Ruochen 8595104f73 python-psutil: upgrade 5.6.1 -> 5.6.2
-Upgrade from python-psutil_5.6.1.bb to python-psutil_5.6.2.bb.

-Upgrade from python3-psutil_5.6.1.bb to python3-psutil_5.6.2.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-09 20:34:33 -07:00

21 lines
569 B
PHP

SUMMARY = "A cross-platform process and system utilities module for Python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
SRC_URI[md5sum] = "571962acd249bcfbae317884af47c402"
SRC_URI[sha256sum] = "828e1c3ca6756c54ac00f1427fdac8b12e21b8a068c3bb9b631a1734cada25ed"
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 \
"