Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "A cross-platform process and system utilities module for Python" |
| 2 | LICENSE = "BSD" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62" |
| 4 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 5 | SRC_URI[md5sum] = "3b291833dbea631db9d271aa602a169a" |
| 6 | SRC_URI[sha256sum] = "e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18" |
| 7 | |
| 8 | PACKAGES =+ "${PN}-tests" |
| 9 | |
| 10 | FILES_${PN}-tests += " \ |
| 11 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ |
| 12 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ |
| 13 | " |
| 14 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | |
| 16 | RDEPENDS_${PN} += " \ |
| 17 | ${PYTHON_PN}-shell \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 18 | ${PYTHON_PN}-threading \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 19 | ${PYTHON_PN}-xml \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 20 | " |