aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-18 22:18:57 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-18 22:18:57 -0800
commita1e12156ac0b794549114b3f491051868cfe16f6 (patch)
tree8121341a12d429c53b766463f983e6df29009641 /recipes-extended
parent4210519733de98bf02e90af7c6622622687f58e7 (diff)
downloadmeta-python2-a1e12156ac0b794549114b3f491051868cfe16f6.tar.gz
python-pywbem: add missing RDEPENDS
* Missing python-logging * Missing 'future_builtins', which is only available in python-misc. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/pywbem/python-pywbem_0.15.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/pywbem/python-pywbem_0.15.0.bb b/recipes-extended/pywbem/python-pywbem_0.15.0.bb
index 8264bd5..2b1e930 100644
--- a/recipes-extended/pywbem/python-pywbem_0.15.0.bb
+++ b/recipes-extended/pywbem/python-pywbem_0.15.0.bb
@@ -44,7 +44,9 @@ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-argparse \
${PYTHON_PN}-datetime \
${PYTHON_PN}-io \
+ ${PYTHON_PN}-logging \
${PYTHON_PN}-m2crypto \
+ ${PYTHON_PN}-misc \
${PYTHON_PN}-netclient \
${PYTHON_PN}-ply \
${PYTHON_PN}-pyyaml \