diff options
author | Derek Straka <derek@asterius.io> | 2018-01-26 08:20:51 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-02-11 11:49:06 -0800 |
commit | 7f06ff24590e57e354deaf10ce8ce23842b07b1a (patch) | |
tree | 294f72ce57c8745dd0c79ecbc9fb79e4db581fe6 /meta-python/recipes-devtools/python/python-astroid.inc | |
parent | e7a72d022c299824647c40ed007f2f19ac0d4244 (diff) | |
download | meta-openembedded-7f06ff24590e57e354deaf10ce8ce23842b07b1a.tar.gz |
python-astroid: update to version 1.6.1
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 213dde532..a01acf9eb 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] = "6f8f60b316218455726958f08c6e17f1" | 7 | SRC_URI[md5sum] = "a40b1724b586f3cd29e213a5d2109c17" |
8 | SRC_URI[sha256sum] = "71dadba2110008e2c03f9fde662ddd2053db3c0489d0e03c94e828a0399edd4f" | 8 | SRC_URI[sha256sum] = "f0a0e386dbca9f93ea9f3ea6f32b37a24720502b7baa9cb17c3976a680d43a06" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||