diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-14 08:37:46 -0700 |
|---|---|---|
| committer | tgamblin <trevor.gamblin@windriver.com> | 2022-03-16 09:25:28 -0400 |
| commit | fbd8aec8a681fb3f2347d29bf7f7e12135f250d9 (patch) | |
| tree | 25faaa46e450b53c68394f0c453378870525b596 /meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb | |
| parent | f26ca7749b3d96c8abc5336117248eca91bd3380 (diff) | |
| download | meta-openembedded-fbd8aec8a681fb3f2347d29bf7f7e12135f250d9.tar.gz | |
python3-psutil: Remove
Moved to oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb b/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb deleted file mode 100644 index 3df0e5d003..0000000000 --- a/meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 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] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI += "file://0001-fix-failure-test-cases.patch" | ||
| 10 | |||
| 11 | PACKAGES =+ "${PN}-tests" | ||
| 12 | |||
| 13 | FILES:${PN}-tests += " \ | ||
| 14 | ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ | ||
| 15 | ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ | ||
| 16 | " | ||
| 17 | |||
| 18 | |||
| 19 | RDEPENDS:${PN} += " \ | ||
| 20 | ${PYTHON_PN}-shell \ | ||
| 21 | ${PYTHON_PN}-threading \ | ||
| 22 | ${PYTHON_PN}-xml \ | ||
| 23 | ${PYTHON_PN}-netclient \ | ||
| 24 | ${PYTHON_PN}-ctypes \ | ||
| 25 | ${PYTHON_PN}-resource \ | ||
| 26 | " | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
