summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-term_2.5.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-08-07 14:31:13 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:23 -0700
commitb5512cead2d7b57196386b2050a1777458ba783d (patch)
tree53813af4b64e93f7b086094ff78778408c0812c0 /meta-python/recipes-devtools/python/python3-term_2.5.bb
parent6e1e7fc60c48b667a62c90434a2567bdb9ec9147 (diff)
downloadmeta-openembedded-b5512cead2d7b57196386b2050a1777458ba783d.tar.gz
python3-term: switch to PEP-517 build backend
The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fix: WARNING: python3-term-2.5-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-term_2.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-term_2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-term_2.5.bb b/meta-python/recipes-devtools/python/python3-term_2.5.bb
index 7d508ad809..fe0aabf0ff 100644
--- a/meta-python/recipes-devtools/python/python3-term_2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-term_2.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d90e2d280a4836c607520383d1639be1"
5 5
6SRC_URI[sha256sum] = "846fda941dbb8a7c9f246e99bf5ee731910fc4a4cc54b7e36457c133c9f6b78b" 6SRC_URI[sha256sum] = "846fda941dbb8a7c9f246e99bf5ee731910fc4a4cc54b7e36457c133c9f6b78b"
7 7
8inherit pypi setuptools3 8inherit pypi python_setuptools_build_meta
9 9
10RDEPENDS:${PN} = "\ 10RDEPENDS:${PN} = "\
11 python3-io \ 11 python3-io \