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.inc | |
parent | d78f19cd9f51f7ad51a82e65c98c8465f6f5c876 (diff) |
python-efl cvs add missing RDEPENDS to python-lang
Diffstat (limited to 'packages/python/python-efl.inc')
-rw-r--r-- | packages/python/python-efl.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/python/python-efl.inc b/packages/python/python-efl.inc index 727c718bd2..fce05fe50f 100644 --- a/packages/python/python-efl.inc +++ b/packages/python/python-efl.inc @@ -5,6 +5,7 @@ HOMEPAGE = "http://www.enlightenment.org" # somewhere is a bug. cython should be self-contained, but somehow this # does not compile unless pyrex has been built DEPENDS = "python-cython-native python-pyrex-native python-numeric" +RDEPENDS += "python-lang" PV = "0.1.1+cvs${SRCDATE}" inherit setuptools |