python-efl: eina is the new base library, factor the dependency into the .inc file
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 19 Nov 2008 22:30:03 +0000 (23:30 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 19 Nov 2008 22:49:53 +0000 (23:49 +0100)
packages/python/python-ecore_svn.bb
packages/python/python-edje_svn.bb
packages/python/python-efl.inc
packages/python/python-evas_svn.bb

index 78aebc6..1b02bf7 100644 (file)
@@ -1,5 +1,5 @@
 require python-efl.inc
-DEPENDS += "python-evas ecore eina"
+DEPENDS += "python-evas ecore"
 RDEPENDS += "python-evas"
 PV = "0.3.0+svnr${SRCREV}"
 PR = "r0"
index 532db08..4e33847 100644 (file)
@@ -1,5 +1,5 @@
 require python-efl.inc
-DEPENDS += "edje python-evas eina"
+DEPENDS += "edje python-evas"
 RDEPENDS += "python-evas"
 PV = "0.3.0+svnr${SRCREV}"
 PR = "r0"
index 130aee4..f726477 100644 (file)
@@ -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"
-
index 2deb020..6f53bf7 100644 (file)
@@ -1,5 +1,5 @@
 require python-efl.inc
-DEPENDS += "evas eina"
+DEPENDS += "evas"
 PV = "0.3.0+svnr${SRCREV}"
 PR = "r0"