From: Ross Burton Date: Tue, 23 Jul 2024 14:51:24 +0000 (+0100) Subject: python3-cffi: use python_setuptools_build_meta build class X-Git-Tag: yocto-5.1~512 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efabc00ca509b6e2f154248e7de7f6ae8babf412;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-cffi: 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-cffi_1.16.0.bb b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb index c5f6578ab20..8e829794a56 100644 --- a/meta/recipes-devtools/python/python3-cffi_1.16.0.bb +++ b/meta/recipes-devtools/python/python3-cffi_1.16.0.bb @@ -6,7 +6,7 @@ DEPENDS += "libffi python3-pycparser" SRC_URI[sha256sum] = "bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta RDEPENDS:${PN}:class-target = " \ python3-ctypes \