From: Michael Lauer Date: Thu, 10 Jan 2008 16:47:32 +0000 (+0000) Subject: python-efl 1.0 RDEPEND on dependencies, not just DEPEND X-Git-Tag: Release-2010-05/1~7973^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead98568d50eef73108411fea2a71f0038f7abe4;p=openembedded.git python-efl 1.0 RDEPEND on dependencies, not just DEPEND --- 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" -