summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-02-19 22:56:11 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-22 09:15:28 -0800
commitaef7c2bb5a868c2cbc59487b08b0e776589127f7 (patch)
tree59dca334781a21f05417254af49ace2e99584d74 /meta-python/recipes-devtools/python
parenta27a95077ca5b56c7936801f8c8b19a43d91264f (diff)
downloadmeta-openembedded-aef7c2bb5a868c2cbc59487b08b0e776589127f7.tar.gz
python3-astroid: update to 2.5
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> 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_2.5.bb (renamed from meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.bb
index 677cec7ac0..f69d85015c 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
4LICENSE = "LGPL-2.1" 4LICENSE = "LGPL-2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
6 6
7SRC_URI[md5sum] = "b54e1325995d3a9abd84bac91d4d5867" 7SRC_URI[sha256sum] = "b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d"
8SRC_URI[sha256sum] = "2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703"
9 8
10inherit pypi setuptools3 9inherit pypi setuptools3
11 10