[oe-commits] [openembedded-core] 07/20: Add missing runtime dependency to python-pygobject

git at git.openembedded.org git at git.openembedded.org
Fri Apr 8 07:06:01 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c895676679b951836c909eb962190f5817662882
Author: Chris Trobridge <christrobridge at hotmail.com>
AuthorDate: Thu Apr 7 21:18:12 2016 +0100

    Add missing runtime dependency to python-pygobject
    
    Signed-off-by: Chris Trobridge <christrobridge at hotmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list