mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Khem Raj
parent
bd4dc61b72
commit
907a061e9b
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user