blob: 687394da63069591e06bb38c1b69e9dadb049453 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001inherit 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"