python-pywbem: update to version 0.11.0 and add a python3 recipe

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Derek Straka
2017-12-03 15:04:17 -05:00
committed by Khem Raj
parent aef6a9c675
commit 7516e8453a
4 changed files with 40 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
require python-pywbem.inc
inherit setuptools
DEPENDS += " \
${PYTHON_PN}-m2crypto-native \
${PYTHON_PN}-typing-native \
"
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-argparse \
${PYTHON_PN}-m2crypto \
${PYTHON_PN}-subprocess \
"