| Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | inherit setuptools |
| 2 | require python-astroid.inc | ||||
| 3 | |||||
| 4 | RDEPENDS_${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 | " | ||||