diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb new file mode 100644 index 0000000000..bd43b414d0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-psutil_5.8.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "A cross-platform process and system utilities module for Python" | ||
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "0c9ccb99ab76025f2f0bbecf341d4656e9c1351db8cc8a03ccd62e318ab4b5c6" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | PACKAGES =+ "${PN}-tests" | ||
| 10 | |||
| 11 | FILES_${PN}-tests += " \ | ||
| 12 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ | ||
| 13 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ | ||
| 14 | " | ||
| 15 | |||
| 16 | |||
| 17 | RDEPENDS_${PN} += " \ | ||
| 18 | ${PYTHON_PN}-shell \ | ||
| 19 | ${PYTHON_PN}-threading \ | ||
| 20 | ${PYTHON_PN}-xml \ | ||
| 21 | ${PYTHON_PN}-netclient \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
