From efabc00ca509b6e2f154248e7de7f6ae8babf412 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 23 Jul 2024 15:51:24 +0100 Subject: [PATCH] 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 --- meta/recipes-devtools/python/python3-cffi_1.16.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3