diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-16 13:58:28 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-16 13:58:28 +0100 |
commit | 4ab2749494b24bd1e73c552c9995ae159e8ec2e3 (patch) | |
tree | a917b9ef491e5d1fdfa489cf6307451a6c758bd7 /packages/python | |
parent | 0e0afdb42a521053980b654876ce8bb242c0e727 (diff) |
python-etk: add missing dependencies. patch courtesy Stian Skjelstad. closes OE #4992
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-etk_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |