mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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:
parent
c9a55aef87
commit
2af293e8ca
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user