blob: 9312266991711ec23072bcfb38faa7c49f560a90 [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 Bishop87b3cb82019-11-15 16:35:37 -05005SRC_URI[md5sum] = "5561dfe61b5888fb1b3f17fbe4eeb15d"
6SRC_URI[sha256sum] = "d051532ac944f1be0179e0506f6889833cf96e466262523e57a871de65a15147"
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"