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