blob: acf4ddd6e3e8c8d36d5ff99b9fbe1293a177a548 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "A cross-platform process and system utilities module for Python"
2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
4
Brad Bishopc342db32019-05-15 21:57:59 -04005SRC_URI[md5sum] = "571962acd249bcfbae317884af47c402"
6SRC_URI[sha256sum] = "828e1c3ca6756c54ac00f1427fdac8b12e21b8a068c3bb9b631a1734cada25ed"
Brad Bishop316dfdd2018-06-25 12:45:53 -04007
8PACKAGES =+ "${PN}-tests"
9
10FILES_${PN}-tests += " \
11 ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \
12 ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \
13"
14
Brad Bishop6e60e8b2018-02-01 10:27:11 -050015
16RDEPENDS_${PN} += " \
17 ${PYTHON_PN}-shell \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050018 ${PYTHON_PN}-threading \
Brad Bishop316dfdd2018-06-25 12:45:53 -040019 ${PYTHON_PN}-xml \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050020"