summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-01-10 16:47:32 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-01-10 16:47:32 +0000
commitead98568d50eef73108411fea2a71f0038f7abe4 (patch)
tree35850a8cd34f4059204c04247fb86081022847c3
parenta16a829c4ef2335c75ff45591c71b891e2a4ebe8 (diff)
python-efl 1.0 RDEPEND on dependencies, not just DEPEND
-rw-r--r--packages/python/python-efl.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/python/python-efl.bb b/packages/python/python-efl.bb
index c667ceff11..610688a2b4 100644
--- a/packages/python/python-efl.bb
+++ b/packages/python/python-efl.bb
@@ -1,7 +1,6 @@
DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
LICENSE = "MIT"
SECTION = "devel/python"
-DEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
+RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
ALLOW_EMPTY = "1"
-