mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-pkgconfig: inherit poetry_core
Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -10,7 +10,7 @@ RDEPENDS:${PN} = "pkgconfig \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
||||
inherit pypi setuptools3
|
||||
inherit pypi poetry_core
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user