summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-09-29 20:00:36 +0000
committerKhem Raj <raj.khem@gmail.com>2023-09-29 14:24:54 -0700
commit7f470f301b5b88416d37a143fa0af5b48306419e (patch)
tree2d0a24866692917293d5ac69fb1d822d6d5988f8 /meta-python/recipes-devtools/python
parent722c4f16eb388abc6a0bd518ea991a3a6bebe790 (diff)
downloadmeta-openembedded-7f470f301b5b88416d37a143fa0af5b48306419e.tar.gz
python3-astroid: update version 2.16.6 -> 3.0.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-astroid_3.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb b/meta-python/recipes-devtools/python/python3-astroid_3.0.0.bb
index 7325eb13f3..2f80187b2b 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.15.6.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_3.0.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "LGPL-2.1-only" 4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
6 6
7SRC_URI[sha256sum] = "903f024859b7c7687d7a7f3a3f73b17301f8e42dfd9cc9df9d4418172d3e2dbd" 7SRC_URI[sha256sum] = "1defdbca052635dd29657ea674edfc45e4b5be9cd53630c5b084fcfed94344a8"
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10
@@ -27,6 +27,7 @@ RDEPENDS:${PN}:class-target += "\
27 ${PYTHON_PN}-six \ 27 ${PYTHON_PN}-six \
28 ${PYTHON_PN}-wrapt \ 28 ${PYTHON_PN}-wrapt \
29 ${PYTHON_PN}-setuptools \ 29 ${PYTHON_PN}-setuptools \
30 ${PYTHON_PN}-typing-extensions \
30" 31"
31 32
32RDEPENDS:${PN}-tests:class-target += "\ 33RDEPENDS:${PN}-tests:class-target += "\