diff options
| author | Bai, Haiqing <Haiqing.Bai@windriver.com> | 2026-04-07 03:20:38 +0000 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-06 22:54:18 -0700 |
| commit | d793c367e067c49956d38caf6eb84cb112c9c9b7 (patch) | |
| tree | c0c25b41ecaf421883ae9cb693c5a7dfe3535ba6 /meta-python/recipes-devtools/python | |
| parent | 733b6fc2c6f760f716df459243e20aa9da82f681 (diff) | |
| download | meta-openembedded-d793c367e067c49956d38caf6eb84cb112c9c9b7.tar.gz | |
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.bb | 4 |
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 | ||
| 17 | RDEPENDS:${PN} += "\ | ||
| 18 | python3-setuptools \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |
