python-pywbem: Update to 0.15.0

* LICENSE.txt move to toplevel
* Use github for SRC_UTI, pypi source does not build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-12-07 15:42:45 -08:00
parent 41c3eea8c9
commit 479c420882
3 changed files with 6 additions and 3 deletions
@@ -0,0 +1,9 @@
require python-pywbem.inc
inherit setuptools3 update-alternatives
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 = "60"