* Missing python-logging
* Missing 'future_builtins', which is only available
  in python-misc.

Signed-off-by: Tim Orling <ticot...@gmail.com>
---
 recipes-extended/pywbem/python-pywbem_0.15.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/pywbem/python-pywbem_0.15.0.bb 
b/recipes-extended/pywbem/python-pywbem_0.15.0.bb
index 8264bd56..2b1e9300 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 \
-- 
2.25.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to