aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb
blob: fd98630e1b0472010c528c78e50a5369e6c3a16b (plain)
1
2
3
4
5
6
7
8
9
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 \
"