summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-astroid_1.6.0.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.0.bb
parente7a72d022c299824647c40ed007f2f19ac0d4244 (diff)
downloadmeta-openembedded-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.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-astroid_1.6.0.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb b/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb
deleted file mode 100644
index 687394da63..0000000000
--- a/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb
+++ /dev/null
@@ -1,10 +0,0 @@
1inherit setuptools
2require python-astroid.inc
3
4RDEPENDS_${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"