aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-18 12:56:44 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-11-18 12:58:40 +0100
commit2fa21974c6710f10f1c1980c2a79b7cc70947d5f (patch)
treefbc268a3afc29c562ce20771502434020388072b /recipes/python
parentc3119c5f43a91c265a51db469c446c89d5d3cc54 (diff)
downloadopenembedded-2fa21974c6710f10f1c1980c2a79b7cc70947d5f.tar.gz
python-elementary: add missing python-evas to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-elementary_svn.bb2
1 files changed, 1 insertions, 1 deletions
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"