aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-23 06:42:03 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-23 06:43:47 -0800
commitbeaad4cd7caa3233262a7bfd10b81fc7ee54da2c (patch)
treeacdae847ee78cd017887e43e18473b72c73564b5 /recipes-devtools
parent89bdcd8f51a05b8299e7e3482f12332679fc7df9 (diff)
downloadmeta-python2-beaad4cd7caa3233262a7bfd10b81fc7ee54da2c.tar.gz
python-pygobject: add missing target RDEPENDS
* Missing run-time dependency: - python-io (StringIO) Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-pygobject_3.34.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pygobject_3.34.0.bb b/recipes-devtools/python/python-pygobject_3.34.0.bb
index 287846d..2fd0b51 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() {