aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Trobridge <christrobridge@hotmail.com>2016-04-07 21:18:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-08 07:53:19 +0100
commitc895676679b951836c909eb962190f5817662882 (patch)
tree46757a0cc958323e041d255c7674e003a786f75b
parent6b2b5ffdcb8bf885a1c756ea132e9d2c55e13dcd (diff)
downloadopenembedded-core-contrib-c895676679b951836c909eb962190f5817662882.tar.gz
Add missing runtime dependency to python-pygobject
Signed-off-by: Chris Trobridge <christrobridge@hotmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-pygobject_3.18.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb
index 8fe1d63423..a9871fe265 100644
--- a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb
+++ b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb
@@ -22,4 +22,4 @@ BBCLASSEXTEND = "native"
EXTRA_OECONF = "--disable-cairo --with-python=python2.7"
-RDEPENDS_${PN} += "python-setuptools"
+RDEPENDS_${PN} += "python-setuptools python-importlib"