blob: bf49d98632ac23f101a96b5e5310d5adbc448713 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "A cross-platform process and system utilities module for Python"
Brad Bishop2d39a062019-10-28 08:33:36 -04002LICENSE = "BSD-3-Clause"
Brad Bishop15ae2502019-06-18 21:44:24 -04003LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004
Brad Bishope42b3e32020-01-15 22:08:42 -05005SRC_URI[md5sum] = "b2c94e0368fc6e6f237a7252f8e85ca2"
6SRC_URI[sha256sum] = "ffad8eb2ac614518bbe3c0b8eb9dffdb3a8d2e3a7d5da51c5b974fb723a5c5aa"
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"
Brad Bishopdec060e2019-09-23 08:01:31 -040021
22BBCLASSEXTEND = "native nativesdk"