[Erp5-report] r36495 yo - /experimental/erp5.buildout/profiles/base.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 22 09:32:00 CEST 2010


Author: yo
Date: Tue Jun 22 09:31:56 2010
New Revision: 36495

URL: http://svn.erp5.org?rev=36495&view=rev
Log:
Treat PyXML differently.

Modified:
    experimental/erp5.buildout/profiles/base.cfg

Modified: experimental/erp5.buildout/profiles/base.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/base.cfg?rev=36495&r1=36494&r2=36495&view=diff
==============================================================================
--- experimental/erp5.buildout/profiles/base.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/base.cfg [utf8] Tue Jun 22 09:31:56 2010
@@ -84,7 +84,7 @@ default-zpublisher-encoding = 
 eggs =
     MySQL-python
     python-memcached
-    PyXML
+    ${PyXML:egg}
     ply
     python-ldap
     lxml
@@ -115,3 +115,8 @@ recipe = zc.recipe.egg:custom
 egg = itools
 include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/
 
+[PyXML]
+# use a custom build for PyXML, to define HAVE_MEMMOVE
+recipe = zc.recipe.egg:custom
+egg = PyXML
+define = HAVE_MEMMOVE




More information about the Erp5-report mailing list