summaryrefslogtreecommitdiff
path: root/packages/python/python-efl.inc
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-19 23:30:03 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-19 23:49:53 +0100
commit27cb8b45999ad87377643e54b613206ffa7744f5 (patch)
treeeef11b518a4b5f624607a0be813cd74dd89f814e /packages/python/python-efl.inc
parent754f2842986b4314a874238aba2d1a38f779812d (diff)
python-efl: eina is the new base library, factor the dependency into the .inc file
Diffstat (limited to 'packages/python/python-efl.inc')
-rw-r--r--packages/python/python-efl.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/python/python-efl.inc b/packages/python/python-efl.inc
index 130aee4a84..f726477c32 100644
--- a/packages/python/python-efl.inc
+++ b/packages/python/python-efl.inc
@@ -2,9 +2,10 @@ DESCRIPTION = "${PN} bindings"
LICENSE = "BSD"
AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
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"
+# NOTE: Due to a bug in distutils, even if we don't use pyrex but cython,
+# we need to build pyrex otherwise cython doesn't get called to build
+# the extension modules.
+DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
RDEPENDS += "python-lang"
inherit setuptools
@@ -33,4 +34,3 @@ FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug"
PACKAGES += "${PN}-examples"
FILES_${PN}-examples = "${datadir}/${PN}/examples"
-