From 4ab2749494b24bd1e73c552c9995ae159e8ec2e3 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 16 Jan 2009 13:58:28 +0100 Subject: python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes OE #4992 --- packages/python/python-etk_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/python/python-etk_svn.bb b/packages/python/python-etk_svn.bb index 90e06ac8b3..aff6b1f982 100644 --- a/packages/python/python-etk_svn.bb +++ b/packages/python/python-etk_svn.bb @@ -1,8 +1,8 @@ require python-efl.inc -DEPENDS += "etk" +DEPENDS += "etk python-evas python-ecore" RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk-themes" PV = "0.1.1+svnr${SRCREV}" -PR = "ml0" +PR = "ml1" do_stage() { distutils_stage_all -- cgit v1.2.3