diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-01-13 14:17:18 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-13 14:17:18 +0000 |
commit | fd28e6d306db3d77b7986645b7633213aa96f543 (patch) | |
tree | e2eda153b6abde894ba97c1f25dd5a166d1f5b40 /packages/python/python-efl.bb | |
parent | d78f19cd9f51f7ad51a82e65c98c8465f6f5c876 (diff) |
python-efl cvs add missing RDEPENDS to python-lang
Diffstat (limited to 'packages/python/python-efl.bb')
-rw-r--r-- | packages/python/python-efl.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/python/python-efl.bb b/packages/python/python-efl.bb index 610688a2b4..ec5e9cd7e2 100644 --- a/packages/python/python-efl.bb +++ b/packages/python/python-efl.bb @@ -2,5 +2,6 @@ DESCRIPTION = "Python Bindings to the Enlightenment Foundation Libraries" LICENSE = "MIT" SECTION = "devel/python" RDEPENDS = "python-evas python-ecore python-emotion python-edje python-epsilon" +PR = "ml1" ALLOW_EMPTY = "1" |