aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-03-01 12:33:49 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:06 -0800
commitb9943b26ad0b79c9c65e2923ee6f1a39f582fc37 (patch)
treec7665e5ceb50fbbc6a4db59cb3b267216689215a
parent325166ecb269b9a9183634268d4ef32ebbeffc23 (diff)
downloadmeta-openembedded-b9943b26ad0b79c9c65e2923ee6f1a39f582fc37.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb
index 2d68a78e37..c5a74796a0 100644
--- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb
@@ -10,7 +10,7 @@ RDEPENDS:${PN} = "pkgconfig \
${PYTHON_PN}-shell \
"
-inherit pypi setuptools3
+inherit pypi poetry_core
BBCLASSEXTEND = "native"