diff options
-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" |