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:
Tim Orling
2022-03-01 12:33:49 -08:00
committed by Khem Raj
parent 325166ecb2
commit b9943b26ad

View File

@@ -10,7 +10,7 @@ RDEPENDS:${PN} = "pkgconfig \
${PYTHON_PN}-shell \
"
inherit pypi setuptools3
inherit pypi poetry_core
BBCLASSEXTEND = "native"