From: Jiaying Song <[email protected]> Upstream blivet 3.13.2 ships a pyproject.toml declaring setuptools.build_meta as its PEP 517 build backend. Update the recipe to use the correct build class to resolve the pep517-backend QA warning.
Signed-off-by: Jiaying Song <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 17850288474672b6939204b16898e26389664bbb) Signed-off-by: Anuj Mittal <[email protected]> --- .../recipes-extended/python-blivet/python3-blivet_3.13.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb index a159979b73..69ec8c0487 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb @@ -17,7 +17,7 @@ SRC_URI += "\ " SRC_URI[sha256sum] = "6d8374d05eeab513b2a26cf01267e853df7b31e13ad1a1ba7d73a856190d0518" -inherit pypi features_check systemd setuptools3_legacy +inherit pypi features_check systemd python_setuptools_build_meta REQUIRED_DISTRO_FEATURES = "systemd" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127016): https://lists.openembedded.org/g/openembedded-devel/message/127016 Mute This Topic: https://lists.openembedded.org/mt/119355184/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
