From 2fa21974c6710f10f1c1980c2a79b7cc70947d5f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 18 Nov 2010 12:56:44 +0100 Subject: python-elementary: add missing python-evas to DEPENDS Signed-off-by: Martin Jansa --- recipes/python/python-elementary_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/python') 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" -- cgit 1.2.3-korg