From 907a061e9b1d67fb5227494f051f3af6ebe05966 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 4 Dec 2024 21:20:35 +0100 Subject: python3-gpiod: use python_setuptools_build_meta Using the setuptools3-base class somehow works for invoking the setuptools build backend but we should actully be using python_setuptools_build_meta. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb index 2df87c0e7f..0c7e8ef932 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb @@ -9,7 +9,7 @@ SRC_URI += "file://run-ptest" SRC_URI[sha256sum] = "aa4571f64e1070d38e4c14c491f69637ee73e23c801d3a418dde4d5410e5d53f" -inherit setuptools3-base python_pep517 ptest pypi +inherit python_setuptools_build_meta python_pep517 ptest pypi DEPENDS += " \ libgpiod \ -- cgit v1.2.3-54-g00ecf