diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-13 23:28:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-13 23:28:42 +0000 |
commit | ab4f7ee8fff64fe00fc0b0be32f2faee5440b0e0 (patch) | |
tree | 3499a10f449fee2b2dcc4e1d930741572b636754 /packages/python/python-efl-examples.bb | |
parent | 3e4e9f1191af0ad63acbb830e91dfc6b45e07b5c (diff) |
python-efl cvs generate .edj files and ship 'em
Diffstat (limited to 'packages/python/python-efl-examples.bb')
-rw-r--r-- | packages/python/python-efl-examples.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/python/python-efl-examples.bb b/packages/python/python-efl-examples.bb index 5648033f13..0a4e32097f 100644 --- a/packages/python/python-efl-examples.bb +++ b/packages/python/python-efl-examples.bb @@ -1,7 +1,10 @@ DESCRIPTION = "Python Examples for the Enlightenment Foundation Libraries" LICENSE = "MIT" SECTION = "devel/python" -RDEPENDS = "python-efl python-ecore-examples python-emotion-examples python-edje-examples python-epsilon-examples" -PR = "ml1" +RDEPENDS = "\ + python-efl python-ecore-examples python-emotion-examples python-edje-examples python-epsilon-examples \ + python-math python-textutils \ +" +PR = "ml2" ALLOW_EMPTY = "1" |