mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
13
meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb
Normal file
13
meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb
Normal 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 \
|
||||
"
|
||||
Reference in New Issue
Block a user