From fbd8aec8a681fb3f2347d29bf7f7e12135f250d9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 14 Mar 2022 08:37:46 -0700 Subject: python3-psutil: Remove Moved to oe-core Signed-off-by: Khem Raj Signed-off-by: tgamblin --- .../python/python3-psutil_5.9.0.bb | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb (limited to 'meta-python/recipes-devtools/python/python3-psutil_5.9.0.bb') 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 @@ -SUMMARY = "A cross-platform process and system utilities module for Python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e35fd9f271d19d5f742f20a9d1f8bb8b" - -SRC_URI[sha256sum] = "869842dbd66bb80c3217158e629d6fceaecc3a3166d3d1faee515b05dd26ca25" - -inherit pypi setuptools3 - -SRC_URI += "file://0001-fix-failure-test-cases.patch" - -PACKAGES =+ "${PN}-tests" - -FILES:${PN}-tests += " \ - ${PYTHON_SITEPACKAGES_DIR}/psutil/test* \ - ${PYTHON_SITEPACKAGES_DIR}/psutil/__pycache__/test* \ -" - - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-shell \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-xml \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-resource \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf