diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-24 13:28:38 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 0b8ed3c33cb48b5208caac439b515fb6382a139f (patch) | |
tree | 1c296314ce611434dac8546e3739a63f733adf71 /meta-python/recipes-devtools/python/python-astroid.inc | |
parent | 2c2b76cdc1ab5fdd345a6778a58d27c524610095 (diff) | |
download | meta-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.inc | 6 |
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" | |||
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] = "2dd01ef0d5b5f0fc754c1ba40137b61c" | 7 | SRC_URI[md5sum] = "b2cd5c0383ff33c1410e737c2607aa7a" |
8 | SRC_URI[sha256sum] = "fc9b582dba0366e63540982c3944a9230cbc6f303641c51483fa547dcc22393a" | 8 | SRC_URI[sha256sum] = "09a3fba616519311f1af8a461f804b68f0370e100c9264a035aa7846d7852e33" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-pytest-runner-native" | ||
13 | |||
12 | PACKAGES =+ "${PN}-tests" | 14 | PACKAGES =+ "${PN}-tests" |
13 | 15 | ||
14 | FILES_${PN}-tests += " \ | 16 | FILES_${PN}-tests += " \ |