summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-05-19 16:58:30 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-20 21:18:31 -0700
commitc14ab2717bd4218efb5076e3377668bafa7f6c86 (patch)
treebd02d2e0e91f7ef87f2c5bc32ef02f1544a4019f /meta-python/recipes-devtools/python
parenta07b2ddc51d0538269eb156f546df39f180fb9e7 (diff)
downloadmeta-openembedded-c14ab2717bd4218efb5076e3377668bafa7f6c86.tar.gz
python3-pycurl: Use pep517-backend Fixes
QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> 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-pycurl_7.46.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb
index 8bcd65309d..fa98ad1e03 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb
@@ -16,6 +16,6 @@ SRC_URI[sha256sum] = "422ed7005b98768fe60fe6b6cb8bb6a4e1fc18b5433402e8fbdaba9181
16 16
17DEPENDS = "curl" 17DEPENDS = "curl"
18 18
19inherit pypi setuptools3 19inherit pypi python_setuptools_build_meta
20 20
21BBCLASSEXTEND += "native nativesdk" 21BBCLASSEXTEND += "native nativesdk"