[Erp5-report] r42936 luke - in /erp5/trunk/buildout/software-profiles: erp5-2.12.cfg erp5.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 2 15:41:38 CET 2011


Author: luke
Date: Wed Feb  2 15:41:37 2011
New Revision: 42936

URL: http://svn.erp5.org?rev=42936&view=rev
Log:
 - use locally build PyXML, as it is linked against libexpat
 - do not repeat lxml

Modified:
    erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
    erp5/trunk/buildout/software-profiles/erp5.cfg

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=42936&r1=42935&r2=42936&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Wed Feb  2 15:41:37 2011
@@ -4,6 +4,7 @@ extends =
   mysql-tritonn-5.0.cfg
   python-2.6.cfg
   lxml-python.cfg
+  pyxml-python.cfg
   mysql-python.cfg
   python-ldap-python.cfg
   pysvn-python.cfg
@@ -65,9 +66,9 @@ recipe = zc.recipe.egg
 eggs =
   ${mysql-python:egg}
   ${lxml-python:egg}
+  ${pyxml-python:egg}
   ${python-ldap-python:egg}
   ${pysvn-python:egg}
-  PyXML
   SOAPpy
   cElementTree
   chardet

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=42936&r1=42935&r2=42936&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Wed Feb  2 15:41:37 2011
@@ -2,7 +2,7 @@
 extends =
   mysql-tritonn-5.0.cfg
   python-2.4.cfg
-  lxml-python.cfg
+  pyxml-python.cfg
   mysql-python.cfg
   subversion.cfg
   pysvn-python.cfg
@@ -82,10 +82,10 @@ eggs =
   ${itools:egg}
   ${mysql-python:egg}
   ${lxml-python:egg}
+  ${pyxml-python:egg}
   ${pysvn-python:egg}
   ${python-ldap-python:egg}
   ClientForm
-  PyXML
   SOAPpy
   cElementTree
   chardet
@@ -94,7 +94,6 @@ eggs =
   erp5.recipe.mysqldatabase
   erp5diff
   ipdb
-  lxml
   mechanize
   numpy
   ordereddict



More information about the Erp5-report mailing list