aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-astroid_1.6.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-26 08:20:51 -0500
committerArmin Kuster <akuster808@gmail.com>2018-02-11 11:49:06 -0800
commit7f06ff24590e57e354deaf10ce8ce23842b07b1a (patch)
tree294f72ce57c8745dd0c79ecbc9fb79e4db581fe6 /meta-python/recipes-devtools/python/python-astroid_1.6.1.bb
parente7a72d022c299824647c40ed007f2f19ac0d4244 (diff)
downloadmeta-openembedded-contrib-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_1.6.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-astroid_1.6.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.6.1.bb b/meta-python/recipes-devtools/python/python-astroid_1.6.1.bb
new file mode 100644
index 0000000000..687394da63
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-astroid_1.6.1.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 \
+"