From b9943b26ad0b79c9c65e2923ee6f1a39f582fc37 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Mar 2022 12:33:49 -0800 Subject: python3-pkgconfig: inherit poetry_core Use PEP-517 build-backend instead of setuptools3. Signed-off-by: Tim Orling Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') 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" -- cgit v1.2.3-54-g00ecf