[oe-commits] org.oe.dev python-efl: adjust dependencies

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Dec 6 17:28:45 UTC 2007


python-efl: adjust dependencies

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 2d1d27133848fbfafd0a7d07530d5c275a8f227c
ViewMTN: http://monotone.openembedded.org/revision/info/2d1d27133848fbfafd0a7d07530d5c275a8f227c
Files:
1
packages/python/python-efl.inc
Diffs:

#
# mt diff -r9e1f304f005d242d5a18f7d70baef94087acb9fa -r2d1d27133848fbfafd0a7d07530d5c275a8f227c
#
# 
# 
# patch "packages/python/python-efl.inc"
#  from [f53c8c570808a020c49d61a8d9b145535ffd7535]
#    to [52c210d09e0ffddb7db102b3f81f7759c1f7991d]
# 
============================================================
--- packages/python/python-efl.inc	f53c8c570808a020c49d61a8d9b145535ffd7535
+++ packages/python/python-efl.inc	52c210d09e0ffddb7db102b3f81f7759c1f7991d
@@ -1,8 +1,10 @@ HOMEPAGE = "http://www.enlightenment.org
 DESCRIPTION = "${PN} bindings"
 LICENSE = "BSD"
 AUTHOR = "Gustavo Sverzut Barbieri <barbieri at gmail.com>"
 HOMEPAGE = "http://www.enlightenment.org"
-DEPENDS = "python-cython-native python-numeric"
+# 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"
 PV = "0.1.1+cvs${SRCDATE}"
 
 inherit setuptools
@@ -10,9 +12,5 @@ S = "${WORKDIR}/${PN}"
 SRC_URI = "${E_CVS};module=e17/proto/python-efl/${PN}"
 S = "${WORKDIR}/${PN}"
 
-#do_install_append() {
-#	rm ${D}${libdir}/${PYTHON_DIR}/site-packages/site.*
-#}
-
 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug"
 






More information about the Openembedded-commits mailing list