blob: 687394da63069591e06bb38c1b69e9dadb049453 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +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"