blob: 7410749071cb952497784710449e9eec5fcc8e98 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001require python-pywbem.inc
2inherit setuptools
3
4DEPENDS += " \
5 ${PYTHON_PN}-m2crypto-native \
6 ${PYTHON_PN}-typing-native \
7"
8
9RDEPENDS_${PN}_class-target += "\
10 ${PYTHON_PN}-argparse \
11 ${PYTHON_PN}-m2crypto \
12 ${PYTHON_PN}-subprocess \
13"