aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-astroid_1.6.5.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-07-10 16:24:06 -0400
committerKhem Raj <raj.khem@gmail.com>2018-07-12 07:19:43 -0700
commit16c1921d66c064e63793db72211e9d3997f54d35 (patch)
tree5829a900a95ba92f963ce5e53c85d764a0786980 /recipes-devtools/python/python-astroid_1.6.5.bb
parent4d44c66f005770a839118597af76128244d5c5c4 (diff)
downloadmeta-python2-16c1921d66c064e63793db72211e9d3997f54d35.tar.gz
python-astroid: update to version 1.6.5
(From meta-openembedded commit: 64d56b38dadd56da6a0b196f02850dca42a05acd) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-astroid_1.6.5.bb')
-rw-r--r--recipes-devtools/python/python-astroid_1.6.5.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-astroid_1.6.5.bb b/recipes-devtools/python/python-astroid_1.6.5.bb
new file mode 100644
index 0000000..687394d
--- /dev/null
+++ b/recipes-devtools/python/python-astroid_1.6.5.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 \
+"