From 2af293e8ca7a9274b651aba658caeb296399bacb Mon Sep 17 00:00:00 2001 From: Tom Geelen Date: Mon, 6 Oct 2025 00:14:10 +0200 Subject: python3-stevedore: change to correct build backend Recipe was using the wrong build backend and a warning was being thrown. Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb') 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" -- cgit v1.2.3-54-g00ecf