mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 11:13:46 +00:00
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 <khem.raj@oss.qualcomm.com>
This commit is contained in:
parent
733b6fc2c6
commit
d793c367e0
@ -14,8 +14,4 @@ SRC_URI += "\
|
||||
file://0001-Drop-the-deprecated-pkg_resources.patch \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-setuptools \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user