diff options
author | Chris Trobridge <christrobridge@hotmail.com> | 2016-04-07 21:18:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-08 07:53:19 +0100 |
commit | c895676679b951836c909eb962190f5817662882 (patch) | |
tree | 46757a0cc958323e041d255c7674e003a786f75b /meta/recipes-devtools/python/python-pygobject_3.18.2.bb | |
parent | 6b2b5ffdcb8bf885a1c756ea132e9d2c55e13dcd (diff) | |
download | openembedded-core-c895676679b951836c909eb962190f5817662882.tar.gz openembedded-core-c895676679b951836c909eb962190f5817662882.tar.bz2 openembedded-core-c895676679b951836c909eb962190f5817662882.zip |
Add missing runtime dependency to python-pygobject
Signed-off-by: Chris Trobridge <christrobridge@hotmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygobject_3.18.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-pygobject_3.18.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |