mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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:
@@ -14,8 +14,4 @@ SRC_URI += "\
|
||||
file://0001-Drop-the-deprecated-pkg_resources.patch \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-setuptools \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user