aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbem/python-pywbem_0.15.0.bb
blob: a699f1c7e3f7ee303bec80f25a429a48aeb83b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require python-pywbem.inc
inherit setuptools update-alternatives

DEPENDS += " \
    ${PYTHON_PN}-m2crypto-native \
    ${PYTHON_PN}-typing-native \
"

RDEPENDS_${PN}_class-target += "\
    ${PYTHON_PN}-argparse \
    ${PYTHON_PN}-m2crypto \
    ${PYTHON_PN}-subprocess \
"

ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli"
ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli"
ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli"

ALTERNATIVE_PRIORITY = "30"