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 <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2024-12-04 21:20:35 +01:00
committed by Khem Raj
parent bd4dc61b72
commit 907a061e9b

View File

@@ -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 \