diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-19 19:26:01 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-19 19:26:01 +0000 |
commit | 0bf5a6a8d22ab206b36b2bc7a54ef30c83a9e8d8 (patch) | |
tree | 068e8b64cb5f21aaed7538d2328e1415c615e3de /packages/tasks | |
parent | e60a4a4b6993cdea4c11503b630c9db84b2a13ca (diff) |
repair openmoko-python-devel-image
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-python-efl-examples.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/tasks/task-python-efl-examples.bb b/packages/tasks/task-python-efl-examples.bb index 0a4e32097f..e78a4cabae 100644 --- a/packages/tasks/task-python-efl-examples.bb +++ b/packages/tasks/task-python-efl-examples.bb @@ -2,9 +2,13 @@ DESCRIPTION = "Python Examples for the Enlightenment Foundation Libraries" LICENSE = "MIT" SECTION = "devel/python" RDEPENDS = "\ - python-efl python-ecore-examples python-emotion-examples python-edje-examples python-epsilon-examples \ + task-python-efl \ + python-ecore-examples \ + python-emotion-examples \ + python-edje-examples \ + python-epsilon-examples \ python-math python-textutils \ " -PR = "ml2" +PR = "ml3" ALLOW_EMPTY = "1" |