This has been ported from setuptools to flit_core, and now contains a hand-written parser instead of using pyparsing.
Signed-off-by: Ross Burton <[email protected]> --- ...{python3-packaging_21.3.bb => python3-packaging_22.0.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-devtools/python/{python3-packaging_21.3.bb => python3-packaging_22.0.bb} (58%) diff --git a/meta/recipes-devtools/python/python3-packaging_21.3.bb b/meta/recipes-devtools/python/python3-packaging_22.0.bb similarity index 58% rename from meta/recipes-devtools/python/python3-packaging_21.3.bb rename to meta/recipes-devtools/python/python3-packaging_22.0.bb index e3b9a440c4e..bcf077d2c71 100644 --- a/meta/recipes-devtools/python/python3-packaging_21.3.bb +++ b/meta/recipes-devtools/python/python3-packaging_22.0.bb @@ -3,10 +3,8 @@ HOMEPAGE = "https://github.com/pypa/packaging" LICENSE = "Apache-2.0 | BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" -SRC_URI[sha256sum] = "dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" +SRC_URI[sha256sum] = "2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174411): https://lists.openembedded.org/g/openembedded-core/message/174411 Mute This Topic: https://lists.openembedded.org/mt/95545650/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
