diff mbox series

[meta-python] python3-pycurl: Use pep517-backend Fixes

Message ID 20260519085830.632-1-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-pycurl: Use pep517-backend Fixes | expand

Commit Message

Wang Mingyu May 19, 2026, 8:58 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta-python/recipes-devtools/python/python3-pycurl_7.46.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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
 
 DEPENDS = "curl"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 BBCLASSEXTEND  += "native nativesdk"