blob: 687394da63069591e06bb38c1b69e9dadb049453 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001inherit 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"