diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-11-13 14:52:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 07:17:02 -0800 |
commit | 980816a0c617d3a7e677d65104c74537a24b2297 (patch) | |
tree | da2fd97f7ffd7fc193a8edd6e754fc93bb202d3e /meta-python/recipes-devtools/python/python-astroid_2.3.3.bb | |
parent | dd748ee490d1d835f937cc7244f5005836fcf952 (diff) | |
download | meta-openembedded-980816a0c617d3a7e677d65104c74537a24b2297.tar.gz |
python-astroid: upgrade 2.3.2 -> 2.3.3
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_2.3.3.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-astroid_2.3.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_2.3.3.bb b/meta-python/recipes-devtools/python/python-astroid_2.3.3.bb new file mode 100644 index 000000000..687394da6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-astroid_2.3.3.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | inherit setuptools | ||
2 | require python-astroid.inc | ||
3 | |||
4 | RDEPENDS_${PN}_class-target += " \ | ||
5 | ${PYTHON_PN}-enum34 \ | ||
6 | ${PYTHON_PN}-backports-functools-lru-cache \ | ||
7 | ${PYTHON_PN}-re \ | ||
8 | ${PYTHON_PN}-singledispatch \ | ||
9 | ${PYTHON_PN}-subprocess \ | ||
10 | " | ||