summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-08-07 15:58:51 +0300
committerKhem Raj <raj.khem@gmail.com>2024-08-09 14:25:25 -0700
commit554872f10465fb290d661ca485a086da302977e0 (patch)
treee02c8c4368adb0caca7f5879007d340af710dec1 /meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
parentfd27fe6bb89d0aadbe29a1280108929c0939fc47 (diff)
downloadmeta-openembedded-554872f10465fb290d661ca485a086da302977e0.tar.gz
python3-ipython: switch to PEP-517 build backend
- The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. - The PyPi package name (defaults to PN without the python3- prefix), so there is no need to set PYPI_PACKAGE as ipython, it is by default. Fix: WARNING: python3-ipython-8.26.0-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with _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-ipython_8.26.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
index 6cea3d9886..6f35d95481 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_8.26.0.bb
@@ -3,8 +3,6 @@ HOMEPAGE = "https://ipython.org"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" 4LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
5 5
6PYPI_PACKAGE = "ipython"
7
8SRC_URI[sha256sum] = "1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c" 6SRC_URI[sha256sum] = "1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"
9 7
10RDEPENDS:${PN} = "\ 8RDEPENDS:${PN} = "\
@@ -25,4 +23,4 @@ RDEPENDS:${PN} = "\
25 python3-stack-data \ 23 python3-stack-data \
26" 24"
27 25
28inherit setuptools3 pypi 26inherit python_setuptools_build_meta pypi