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>
This commit is contained in:
Wang Mingyu
2026-05-19 16:58:30 +08:00
committed by Khem Raj
parent a07b2ddc51
commit c14ab2717b
@@ -16,6 +16,6 @@ SRC_URI[sha256sum] = "422ed7005b98768fe60fe6b6cb8bb6a4e1fc18b5433402e8fbdaba9181
DEPENDS = "curl"
inherit pypi setuptools3
inherit pypi python_setuptools_build_meta
BBCLASSEXTEND += "native nativesdk"