From: Chris Trobridge Date: Thu, 7 Apr 2016 20:18:12 +0000 (+0100) Subject: Add missing runtime dependency to python-pygobject X-Git-Tag: 2016-4~111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c895676679b951836c909eb962190f5817662882;p=openembedded-core.git Add missing runtime dependency to python-pygobject 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 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"