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