Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | require python-pywbem.inc |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 2 | inherit setuptools update-alternatives |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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 | " |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 14 | |
| 15 | ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli" |
| 16 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" |
| 17 | ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli" |
| 18 | ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli" |
| 19 | |
| 20 | ALTERNATIVE_PRIORITY = "30" |