summaryrefslogtreecommitdiff
path: root/packages/python/python-efl.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-01-14 07:33:42 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-01-14 07:33:42 +0000
commite04e540f70e47af0019789b691e63914db5d8d11 (patch)
tree3ce81e26bb6169245421a41b4adb02ee02099daa /packages/python/python-efl.bb
parentf926060e424f1732296b30de2e21a35f6d2f662f (diff)
parent6b8dd1e263356efca24e32aa337c7c987d8a09c2 (diff)
merge of '396d43c9459edaab2f04c5dd3825de0391fc1b73'
and 'e4f83871a267ab0720e73ef096ce3ab5fc40a303'
Diffstat (limited to 'packages/python/python-efl.bb')
-rw-r--r--packages/python/python-efl.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-efl.bb b/packages/python/python-efl.bb
index c667ceff11..ec5e9cd7e2 100644
--- a/packages/python/python-efl.bb
+++ b/packages/python/python-efl.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries"
LICENSE = "MIT"
SECTION = "devel/python"
-DEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
+RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon"
+PR = "ml1"
ALLOW_EMPTY = "1"
-