python-efl 1.0 RDEPEND on dependencies, not just DEPEND
authorMichael Lauer <mickey@vanille-media.de>
Thu, 10 Jan 2008 16:47:32 +0000 (16:47 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 10 Jan 2008 16:47:32 +0000 (16:47 +0000)
packages/python/python-efl.bb

index c667cef..610688a 100644 (file)
@@ -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"
-