From: Ross Burton Date: Tue, 23 Jul 2024 14:51:34 +0000 (+0100) Subject: python3-uritools: use python_setuptools_build_meta build class X-Git-Tag: yocto-5.1~502 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4baa8e36e1ee788ed3f66a0546498e892cd69b83;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-uritools: use python_setuptools_build_meta build class This package can be built using pep517 classes now. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-uritools_4.0.2.bb b/meta/recipes-devtools/python/python3-uritools_4.0.2.bb index 5ffedccb855..08ebd07705f 100644 --- a/meta/recipes-devtools/python/python3-uritools_4.0.2.bb +++ b/meta/recipes-devtools/python/python3-uritools_4.0.2.bb @@ -6,6 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ec55353c80c662e4255f8889a0ca558" SRC_URI[sha256sum] = "04df2b787d0eb76200e8319382a03562fbfe4741fd66c15506b08d3b8211d573" -inherit setuptools3 pypi +inherit pypi python_setuptools_build_meta BBCLASSEXTEND = "native nativesdk"