From: Michael 'Mickey' Lauer Date: Fri, 16 Jan 2009 12:58:28 +0000 (+0100) Subject: python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes OE ... X-Git-Tag: Release-2010-05/1~4347 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab2749494b24bd1e73c552c9995ae159e8ec2e3;p=openembedded.git python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes OE #4992 --- 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