[OE-core] [PATCH] Add missing runtime dependency to python-pygobject

Chris Trobridge christrobridge at hotmail.com
Thu Apr 7 20:18:12 UTC 2016


Signed-off-by: Chris Trobridge <christrobridge at hotmail.com>
---
 meta/recipes-devtools/python/python-pygobject_3.18.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8fe1d63..a9871fe 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"
-- 
2.4.3




More information about the Openembedded-core mailing list