diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-02-19 22:59:18 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@penguin.cz> | 2008-02-19 22:59:18 +0000 |
commit | 62adfb2470ab84c106ad6fe4e169620f1477beb0 (patch) | |
tree | 592aad5f9bda6ad3f993e151ddf9e9795b5a5436 /packages/tasks/task-python-efl-examples.bb | |
parent | 74a532e4bc5f8b037d050a0a1fb66ea35eeac1ec (diff) | |
parent | 2999625c9793012541dee694ef993d35e630af1f (diff) |
merge of '9a5df4f82194968b8ea8a94d7effc5bf61c1e650'
and 'cb1970d64a9cdb9559e137f509557905fbc174b5'
Diffstat (limited to 'packages/tasks/task-python-efl-examples.bb')
-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" |