[oe] [meta-python2][PATCH] python-pywbem: add missing RDEPENDS

Tim Orling ticotimo at gmail.com
Sun Jan 19 06:24:39 UTC 2020


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

Signed-off-by: Tim Orling <ticotimo at 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



More information about the Openembedded-devel mailing list