diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.6.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.5.6.bb index f1d9c66af7..62c54a46b9 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.5.3.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.6.bb @@ -2,9 +2,9 @@ SUMMARY = "An abstract syntax tree for Python with inference support." HOMEPAGE = "https://pypi.python.org/pypi/astroid" SECTION = "devel/python" LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "ad63b8552c70939568966811a088ef0bc880f99a24a00834abd0e3681b514f91" +SRC_URI[sha256sum] = "8a398dfce302c13f14bab13e2b14fe385d32b73f4e4853b9bdfb64598baa1975" inherit pypi setuptools3