aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-python-efl.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-python-efl.bb')
-rw-r--r--recipes/tasks/task-python-efl.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/tasks/task-python-efl.bb b/recipes/tasks/task-python-efl.bb
new file mode 100644
index 0000000000..70c1adfebd
--- /dev/null
+++ b/recipes/tasks/task-python-efl.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
+LICENSE = "MIT"
+SECTION = "devel/python"
+PR = "ml4"
+
+ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+ python-evas \
+ python-ecore \
+ python-edje \
+ python-elementary \
+ python-emotion \
+ python-etk \
+ python-epsilon \
+ python-edbus \
+"
+