| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | require python-pywbem.inc |
| 2 | inherit setuptools | ||||
| 3 | |||||
| 4 | DEPENDS += " \ | ||||
| 5 | ${PYTHON_PN}-m2crypto-native \ | ||||
| 6 | ${PYTHON_PN}-typing-native \ | ||||
| 7 | " | ||||
| 8 | |||||
| 9 | RDEPENDS_${PN}_class-target += "\ | ||||
| 10 | ${PYTHON_PN}-argparse \ | ||||
| 11 | ${PYTHON_PN}-m2crypto \ | ||||
| 12 | ${PYTHON_PN}-subprocess \ | ||||
| 13 | " | ||||