From: Bartosz Golaszewski <[email protected]> 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 <[email protected]> --- meta-python/recipes-devtools/python/python3-gpiod_2.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2df87c0e7..0c7e8ef93 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 \ -- 2.45.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#114200): https://lists.openembedded.org/g/openembedded-devel/message/114200 Mute This Topic: https://lists.openembedded.org/mt/109927580/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
