From 38d87f931b4fffeb599f0ac1846c2ff691ab4bf0 Mon Sep 17 00:00:00 2001 From: mirko Date: Tue, 6 Jan 2009 10:19:06 +0000 Subject: [PATCH] fix dependencies in python EFL bindings git-svn-id: svn://svn.openwrt.org/openwrt/packages@13881 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python-e_dbus/Makefile | 2 +- lang/python-ecore/Makefile | 2 +- lang/python-edje/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python-e_dbus/Makefile b/lang/python-e_dbus/Makefile index edc8233e2..64936ee1f 100644 --- a/lang/python-e_dbus/Makefile +++ b/lang/python-e_dbus/Makefile @@ -30,7 +30,7 @@ define Package/python-e_dbus SECTION:=lang CATEGORY:=Languages TITLE:=python-e_dbus - DEPENDS:=python-core edbus dbus-python + DEPENDS:=python-core ecore eina dbus edbus dbus-python endef define Package/python-e_dbus/description diff --git a/lang/python-ecore/Makefile b/lang/python-ecore/Makefile index 2f3d1c8b2..1e8ed19b6 100644 --- a/lang/python-ecore/Makefile +++ b/lang/python-ecore/Makefile @@ -30,7 +30,7 @@ define Package/python-ecore SECTION:=lang CATEGORY:=Languages TITLE:=python-ecore - DEPENDS:=python-core ecore eina + DEPENDS:=python-core ecore evas eina python-evas endef define Package/python-ecore/description diff --git a/lang/python-edje/Makefile b/lang/python-edje/Makefile index 8a5d0d14f..f7f56e187 100644 --- a/lang/python-edje/Makefile +++ b/lang/python-edje/Makefile @@ -30,7 +30,7 @@ define Package/python-edje SECTION:=lang CATEGORY:=Languages TITLE:=python-edje - DEPENDS:=python-core edje + DEPENDS:=python-core edje evas ecore eina python-evas endef define Package/python-edje/description -- 2.11.0