aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-astroid_1.6.3.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-04-11 08:51:51 -0400
committerArmin Kuster <akuster808@gmail.com>2018-05-01 18:12:48 -0700
commit99df43f9f4dc5583af9f7af5006ddd84c98c7468 (patch)
tree67f7d810075ca4fb6917c4700950724d372594ab /meta-python/recipes-devtools/python/python-astroid_1.6.3.bb
parent53075994fc766e2cde5f5bc675aefa904baf514d (diff)
downloadmeta-openembedded-contrib-99df43f9f4dc5583af9f7af5006ddd84c98c7468.tar.gz
python-astroid: update to version 1.6.3
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-astroid_1.6.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-astroid_1.6.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.6.3.bb b/meta-python/recipes-devtools/python/python-astroid_1.6.3.bb
new file mode 100644
index 0000000000..687394da63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-astroid_1.6.3.bb
@@ -0,0 +1,10 @@
+inherit setuptools
+require python-astroid.inc
+
+RDEPENDS_${PN}_class-target += " \
+ ${PYTHON_PN}-enum34 \
+ ${PYTHON_PN}-backports-functools-lru-cache \
+ ${PYTHON_PN}-re \
+ ${PYTHON_PN}-singledispatch \
+ ${PYTHON_PN}-subprocess \
+"