blob: a699f1c7e3f7ee303bec80f25a429a48aeb83b45 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001require python-pywbem.inc
Brad Bishop15ae2502019-06-18 21:44:24 -04002inherit setuptools update-alternatives
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08003
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"
Brad Bishop15ae2502019-06-18 21:44:24 -040014
15ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli"
16ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
17ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli"
18ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli"
19
20ALTERNATIVE_PRIORITY = "30"