summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2026-04-27 17:00:48 +0800
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-05-15 09:18:34 +0530
commit5b67c1cc012275d7b4a5eac3b8094709f8bcc75c (patch)
treea1f4888372b07b9571704ad6b0663076598407f4 /meta-python
parent21970fef899c2315de76ac714c5058c1b69e1a6f (diff)
downloadmeta-openembedded-5b67c1cc012275d7b4a5eac3b8094709f8bcc75c.tar.gz
python3-blivet: switch from setuptools3_legacy to python_setuptools_build_meta
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 <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> (cherry picked from commit 17850288474672b6939204b16898e26389664bbb) Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_3.13.2.bb2
1 files changed, 1 insertions, 1 deletions
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 += "\
17" 17"
18SRC_URI[sha256sum] = "6d8374d05eeab513b2a26cf01267e853df7b31e13ad1a1ba7d73a856190d0518" 18SRC_URI[sha256sum] = "6d8374d05eeab513b2a26cf01267e853df7b31e13ad1a1ba7d73a856190d0518"
19 19
20inherit pypi features_check systemd setuptools3_legacy 20inherit pypi features_check systemd python_setuptools_build_meta
21 21
22REQUIRED_DISTRO_FEATURES = "systemd" 22REQUIRED_DISTRO_FEATURES = "systemd"
23 23