From c895676679b951836c909eb962190f5817662882 Mon Sep 17 00:00:00 2001 From: Chris Trobridge Date: Thu, 7 Apr 2016 21:18:12 +0100 Subject: Add missing runtime dependency to python-pygobject Signed-off-by: Chris Trobridge Signed-off-by: Richard Purdie --- 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 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" -- cgit 1.2.3-korg