diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-03-01 12:33:52 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
commit | be04fddedc428f657f33e24b7267c343e4c4b8f8 (patch) | |
tree | 3b95c39304c4522289dbca429523133c72bb4c0d /meta-python | |
parent | 604bba13fdb99e2dda602e0d989da1f3b79cecfb (diff) | |
download | meta-openembedded-be04fddedc428f657f33e24b7267c343e4c4b8f8.tar.gz |
python3-isort: 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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-isort_5.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
6 | 6 | ||
7 | SRC_URI[sha256sum] = "e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" | 7 | SRC_URI[sha256sum] = "e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi poetry_core |
10 | 10 | ||
11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-datetime \ | 12 | ${PYTHON_PN}-datetime \ |