aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-astroid_1.6.0.bb
blob: 42208bcb105ed4a22192074f8d908deb6d0b71e1 (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}-importlib \
    ${PYTHON_PN}-re \
    ${PYTHON_PN}-singledispatch \
"