diff options
Diffstat (limited to 'meta-efl/recipes-devtools')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 1ced0c3630f..0cfe2a57724 100644 --- a/meta-efl/recipes-devtools/python/python-efl.inc +++ b/meta-efl/recipes-devtools/python/python-efl.inc @@ -8,7 +8,7 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>" # NOTE: Due to a bug in distutils, even if we don't use pyrex but cython, # we need to build pyrex otherwise cython doesn't get called to build # the extension modules. -DEPENDS = "python-cython-native python-pyrex-native python-numeric efl elementary" +DEPENDS = "python-cython-native python-pyrex-native python-numeric python-dbus lua efl elementary" RDEPENDS_${PN} += "python-lang" PROVIDES = "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas" |