diff options
Diffstat (limited to 'packages/tasks/task-python-efl-examples.bb')
-rw-r--r-- | packages/tasks/task-python-efl-examples.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/tasks/task-python-efl-examples.bb b/packages/tasks/task-python-efl-examples.bb new file mode 100644 index 0000000000..e78a4cabae --- /dev/null +++ b/packages/tasks/task-python-efl-examples.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Python Examples for the Enlightenment Foundation Libraries" +LICENSE = "MIT" +SECTION = "devel/python" +RDEPENDS = "\ + task-python-efl \ + python-ecore-examples \ + python-emotion-examples \ + python-edje-examples \ + python-epsilon-examples \ + python-math python-textutils \ +" +PR = "ml3" + +ALLOW_EMPTY = "1" |