summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-astroid_1.6.2.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.2.bb
parent53075994fc766e2cde5f5bc675aefa904baf514d (diff)
downloadmeta-openembedded-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.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-astroid_1.6.2.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.6.2.bb b/meta-python/recipes-devtools/python/python-astroid_1.6.2.bb
deleted file mode 100644
index 687394da63..0000000000
--- a/meta-python/recipes-devtools/python/python-astroid_1.6.2.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"