summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-astroid.inc
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-10-24 13:28:38 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:29:51 -0700
commit0b8ed3c33cb48b5208caac439b515fb6382a139f (patch)
tree1c296314ce611434dac8546e3739a63f733adf71 /meta-python/recipes-devtools/python/python-astroid.inc
parent2c2b76cdc1ab5fdd345a6778a58d27c524610095 (diff)
downloadmeta-openembedded-0b8ed3c33cb48b5208caac439b515fb6382a139f.tar.gz
python-astroid: upgrade 1.6.5 -> 2.3.2
-Add depends:pytest-runner-native. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-astroid.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-astroid.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid.inc b/meta-python/recipes-devtools/python/python-astroid.inc
index fae0f13cb8..171d320152 100644
--- a/meta-python/recipes-devtools/python/python-astroid.inc
+++ b/meta-python/recipes-devtools/python/python-astroid.inc
@@ -4,11 +4,13 @@ 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] = "2dd01ef0d5b5f0fc754c1ba40137b61c" 7SRC_URI[md5sum] = "b2cd5c0383ff33c1410e737c2607aa7a"
8SRC_URI[sha256sum] = "fc9b582dba0366e63540982c3944a9230cbc6f303641c51483fa547dcc22393a" 8SRC_URI[sha256sum] = "09a3fba616519311f1af8a461f804b68f0370e100c9264a035aa7846d7852e33"
9 9
10inherit pypi 10inherit pypi
11 11
12DEPENDS += "${PYTHON_PN}-pytest-runner-native"
13
12PACKAGES =+ "${PN}-tests" 14PACKAGES =+ "${PN}-tests"
13 15
14FILES_${PN}-tests += " \ 16FILES_${PN}-tests += " \