Revert "python3-stopit: add missing run-time dependencies"

This reverts commit 812f091414.

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>
This commit is contained in:
Bai, Haiqing
2026-04-07 03:20:38 +00:00
committed by Khem Raj
parent 733b6fc2c6
commit d793c367e0
@@ -14,8 +14,4 @@ SRC_URI += "\
file://0001-Drop-the-deprecated-pkg_resources.patch \ file://0001-Drop-the-deprecated-pkg_resources.patch \
" "
RDEPENDS:${PN} += "\
python3-setuptools \
"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"