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 <raj.khem@gmail.com>
This commit is contained in:
Tom Geelen 2025-10-06 00:14:10 +02:00 committed by Khem Raj
parent c9a55aef87
commit 2af293e8ca
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

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