From: Martin Jansa Date: Thu, 18 Nov 2010 11:56:44 +0000 (+0100) Subject: python-elementary: add missing python-evas to DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa21974c6710f10f1c1980c2a79b7cc70947d5f;p=openembedded.git python-elementary: add missing python-evas to DEPENDS Signed-off-by: Martin Jansa --- diff --git a/recipes/python/python-elementary_svn.bb b/recipes/python/python-elementary_svn.bb index 4d2a105c33..ea184d03a4 100644 --- a/recipes/python/python-elementary_svn.bb +++ b/recipes/python/python-elementary_svn.bb @@ -1,4 +1,4 @@ require python-efl.inc SRCREV = "${EFL_SRCREV}" -DEPENDS += "elementary" +DEPENDS += "elementary python-evas" RDEPENDS_${PN} += "python-evas python-ecore python-edje"