From be04fddedc428f657f33e24b7267c343e4c4b8f8 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Mar 2022 12:33:52 -0800 Subject: python3-isort: 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-isort_5.10.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-isort_5.10.1.bb b/meta-python/recipes-devtools/python/python3-isort_5.10.1.bb index 5cb41c5fcf..6a6d5ed130 100644 --- a/meta-python/recipes-devtools/python/python3-isort_5.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-isort_5.10.1.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148 SRC_URI[sha256sum] = "e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" -inherit pypi setuptools3 +inherit pypi poetry_core RDEPENDS:${PN} += "\ ${PYTHON_PN}-datetime \ -- cgit v1.2.3-54-g00ecf