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

Tim Orling ticotimo at gmail.com
Thu Jan 23 14:42:55 UTC 2020


* Missing run-time dependency:
  - python-io (StringIO)

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 recipes-devtools/python/python-pygobject_3.34.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/python/python-pygobject_3.34.0.bb b/recipes-devtools/python/python-pygobject_3.34.0.bb
index 287846d9..2fd0b513 100644
--- a/recipes-devtools/python/python-pygobject_3.34.0.bb
+++ b/recipes-devtools/python/python-pygobject_3.34.0.bb
@@ -31,7 +31,7 @@ PACKAGECONFIG[tests] = "-Dtests=true, -Dtests=false, , "
 PACKAGECONFIG[stagedir] = "-Dstagedir=${PYTHON_SITEPACKAGES_DIR}, -Dstagedir="", , "
 
 BBCLASSEXTEND = "native"
-RDEPENDS_${PN} = "python-pkgutil"
+RDEPENDS_${PN} = "python-io python-pkgutil"
 RDEPENDS_${PN}_class-native = ""
 
 do_install_append() {
-- 
2.25.0



More information about the Openembedded-devel mailing list