summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBai, Haiqing <Haiqing.Bai@windriver.com>2026-04-07 03:20:38 +0000
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-06 22:54:18 -0700
commitd793c367e067c49956d38caf6eb84cb112c9c9b7 (patch)
treec0c25b41ecaf421883ae9cb693c5a7dfe3535ba6 /meta-python/recipes-devtools/python
parent733b6fc2c6f760f716df459243e20aa9da82f681 (diff)
downloadmeta-openembedded-d793c367e067c49956d38caf6eb84cb112c9c9b7.tar.gz
Revert "python3-stopit: add missing run-time dependencies"HEADmaster
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 <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb4
1 files changed, 0 insertions, 4 deletions
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 += "\
14 file://0001-Drop-the-deprecated-pkg_resources.patch \ 14 file://0001-Drop-the-deprecated-pkg_resources.patch \
15" 15"
16 16
17RDEPENDS:${PN} += "\
18 python3-setuptools \
19 "
20
21BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"