summaryrefslogtreecommitdiff
path: root/packages/python/python-edje_svn.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-19 23:30:03 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-19 23:49:53 +0100
commit27cb8b45999ad87377643e54b613206ffa7744f5 (patch)
treeeef11b518a4b5f624607a0be813cd74dd89f814e /packages/python/python-edje_svn.bb
parent754f2842986b4314a874238aba2d1a38f779812d (diff)
python-efl: eina is the new base library, factor the dependency into the .inc file
Diffstat (limited to 'packages/python/python-edje_svn.bb')
-rw-r--r--packages/python/python-edje_svn.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-edje_svn.bb b/packages/python/python-edje_svn.bb
index 532db0875f..4e33847dae 100644
--- a/packages/python/python-edje_svn.bb
+++ b/packages/python/python-edje_svn.bb
@@ -1,5 +1,5 @@
require python-efl.inc
-DEPENDS += "edje python-evas eina"
+DEPENDS += "edje python-evas"
RDEPENDS += "python-evas"
PV = "0.3.0+svnr${SRCREV}"
PR = "r0"