diff mbox series

[meta-python] python3-stevedore: change to correct build backend

Message ID 20251005221408.551361-3-t.f.g.geelen@gmail.com
State Under Review
Headers show
Series [meta-python] python3-stevedore: change to correct build backend | expand

Commit Message

Tom Geelen Oct. 5, 2025, 10:14 p.m. UTC
Recipe was using the wrong build backend and a warning was being thrown.

---
 meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb
index 5ec38fdb5e..5f63f6b128 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb
@@ -7,7 +7,7 @@  SRC_URI[sha256sum] = "d31496a4f4df9825e1a1e4f1f74d19abb0154aff311c3b376fcc89dae8
 
 DEPENDS += "python3-pbr-native"
 
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} += "python3-pbr python3-six"