diff options
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" |