From: Ross Burton Date: Tue, 23 Jul 2024 14:51:19 +0000 (+0100) Subject: python3-pathspec: use python_flit_core X-Git-Tag: yocto-5.2~2294 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=768cce9388520453ed161a1af3444ab45db6ec8c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pathspec: use python_flit_core 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-pathspec_0.12.1.bb b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb index b61f6733972..2c80b24c289 100644 --- a/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb +++ b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" SRC_URI[sha256sum] = "a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" -inherit pypi setuptools3 +inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk"