diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-16 16:21:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-16 16:21:49 +0000 |
commit | a30a065aa1974fbc8c1fab60dfa403485f44f17d (patch) | |
tree | cf6f7fc4d589f9345231decd38aafdc779f69af0 /packages/tasks/task-python-efl.bb | |
parent | 16de56e20ea575bd81dab5b8868a18fbf2679777 (diff) |
(python-)efl cvs update and catch up with upstream version changes, add missing dependency in
python-ecore
Diffstat (limited to 'packages/tasks/task-python-efl.bb')
-rw-r--r-- | packages/tasks/task-python-efl.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/tasks/task-python-efl.bb b/packages/tasks/task-python-efl.bb new file mode 100644 index 0000000000..1c7f23a1eb --- /dev/null +++ b/packages/tasks/task-python-efl.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries" +LICENSE = "MIT" +SECTION = "devel/python" +RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon python-edbus" +PR = "ml2" + +ALLOW_EMPTY = "1" |