From d793c367e067c49956d38caf6eb84cb112c9c9b7 Mon Sep 17 00:00:00 2001 From: "Bai, Haiqing" Date: Tue, 7 Apr 2026 03:20:38 +0000 Subject: Revert "python3-stopit: add missing run-time dependencies" This reverts commit 812f091414b34dbebe4a3990c9039cbaadc4dd71. The runtime dependency on python3-setuptools is no longer needed since the patch 0001-Drop-the-deprecated-pkg_resources.patch replaced the pkg_resources usage with importlib.metadata, which is part of the Python 3.8+ standard library. Keeping this RDEPENDS pulls in an unnecessary dependency on the target system. Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb index a83adffcd2..2cf7742a90 100644 --- a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb @@ -14,8 +14,4 @@ SRC_URI += "\ file://0001-Drop-the-deprecated-pkg_resources.patch \ " -RDEPENDS:${PN} += "\ - python3-setuptools \ - " - BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf