aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/tasks/task-python-efl.bb15
1 files changed, 13 insertions, 2 deletions
diff --git a/packages/tasks/task-python-efl.bb b/packages/tasks/task-python-efl.bb
index d7b2d694dd..70c1adfebd 100644
--- a/packages/tasks/task-python-efl.bb
+++ b/packages/tasks/task-python-efl.bb
@@ -1,7 +1,18 @@
DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
LICENSE = "MIT"
SECTION = "devel/python"
-RDEPENDS = "python-evas python-ecore python-emotion python-edje python-etk python-epsilon python-edbus"
-PR = "ml3"
+PR = "ml4"
ALLOW_EMPTY = "1"
+
+RDEPENDS = "\
+ python-evas \
+ python-ecore \
+ python-edje \
+ python-elementary \
+ python-emotion \
+ python-etk \
+ python-epsilon \
+ python-edbus \
+"
+