blob: e466c5cd49103308be1881ca702f05a8e002dc51 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "A cross-platform process and system utilities module for Python"
2LICENSE = "BSD"
Brad Bishop15ae2502019-06-18 21:44:24 -04003LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05004
Brad Bishop15ae2502019-06-18 21:44:24 -04005SRC_URI[md5sum] = "1bbc1788588cc3c2c461cd98a830ba72"
6SRC_URI[sha256sum] = "863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3"
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"