From: Chris Trobridge Date: Thu, 7 Apr 2016 20:18:12 +0000 (+0100) Subject: Add missing runtime dependency to python-pygobject X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5adb23659453a569ae03b36c7251da334d9cd40;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Add missing runtime dependency to python-pygobject (From OE-Core rev: c895676679b951836c909eb962190f5817662882) Signed-off-by: Chris Trobridge Signed-off-by: Richard Purdie --- 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 8fe1d63423e..a9871fe2659 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"