From ead98568d50eef73108411fea2a71f0038f7abe4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 10 Jan 2008 16:47:32 +0000 Subject: python-efl 1.0 RDEPEND on dependencies, not just DEPEND --- packages/python/python-efl.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/python/python-efl.bb') 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" - -- cgit v1.2.3 From fd28e6d306db3d77b7986645b7633213aa96f543 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 13 Jan 2008 14:17:18 +0000 Subject: python-efl cvs add missing RDEPENDS to python-lang --- packages/python/python-efl.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/python/python-efl.bb') diff --git a/packages/python/python-efl.bb b/packages/python/python-efl.bb index 610688a2b4..ec5e9cd7e2 100644 --- a/packages/python/python-efl.bb +++ b/packages/python/python-efl.bb @@ -2,5 +2,6 @@ DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries" LICENSE = "MIT" SECTION = "devel/python" RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon" +PR = "ml1" ALLOW_EMPTY = "1" -- cgit v1.2.3