diff options
author | Derek Straka <derek@asterius.io> | 2018-03-18 10:23:34 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-21 18:38:23 -0700 |
commit | 3685be97012ff0cfa14bd80f23f7422fc9881948 (patch) | |
tree | f170646c2bcc5062e5efcdcb5c682a47f1560c32 /meta-python/recipes-devtools/python/python-astroid.inc | |
parent | 8b35ebb63c4092daa365dfa09f2a1a0e7b4e4f6a (diff) | |
download | meta-openembedded-3685be97012ff0cfa14bd80f23f7422fc9881948.tar.gz |
python-astroid: update to version 1.6.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-astroid.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-astroid.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid.inc b/meta-python/recipes-devtools/python/python-astroid.inc index a01acf9eb8..593a09cfb9 100644 --- a/meta-python/recipes-devtools/python/python-astroid.inc +++ b/meta-python/recipes-devtools/python/python-astroid.inc | |||
@@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "a40b1724b586f3cd29e213a5d2109c17" | 7 | SRC_URI[md5sum] = "8d62e34552299ee7334162f9beae17ac" |
8 | SRC_URI[sha256sum] = "f0a0e386dbca9f93ea9f3ea6f32b37a24720502b7baa9cb17c3976a680d43a06" | 8 | SRC_URI[sha256sum] = "a92c1197dd496ef2470e73e1c296fc02a719907ee07259744e26a13bda9d4862" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||