Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "A cross-platform process and system utilities module for Python" |
Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 2 | LICENSE = "BSD-3-Clause" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 4 | |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 5 | SRC_URI[md5sum] = "b2c94e0368fc6e6f237a7252f8e85ca2" |
| 6 | SRC_URI[sha256sum] = "ffad8eb2ac614518bbe3c0b8eb9dffdb3a8d2e3a7d5da51c5b974fb723a5c5aa" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 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 | " |
Brad Bishop | dec060e | 2019-09-23 08:01:31 -0400 | [diff] [blame] | 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |