blob: 67ae118bc765a954ca770230f03f57a028dd4e1c [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 Bishop1a4b7ee2018-12-16 17:11:34 -08005SRC_URI[md5sum] = "200e073cdd56cc7a9ba9a06088569200"
6SRC_URI[sha256sum] = "686e5a35fe4c0acc25f3466c32e716f2d498aaae7b7edc03e2305b682226bcf6"
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"