[Erp5-report] r45868 priscila.manhaes - /erp5/trunk/software_release/cloudooo/software.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri May 20 23:00:23 CEST 2011


Author: priscila.manhaes
Date: Fri May 20 23:00:23 2011
New Revision: 45868

URL: http://svn.erp5.org?rev=45868&view=rev
Log:
changed lxml-python to eggs cause if has to compile before instance-recipe-egg

Modified:
    erp5/trunk/software_release/cloudooo/software.cfg

Modified: erp5/trunk/software_release/cloudooo/software.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/cloudooo/software.cfg?rev=45868&r1=45867&r2=45868&view=diff
==============================================================================
--- erp5/trunk/software_release/cloudooo/software.cfg [utf8] (original)
+++ erp5/trunk/software_release/cloudooo/software.cfg [utf8] Fri May 20 23:00:23 2011
@@ -11,7 +11,6 @@ find-links = http://www.nexedi.org/stati
 
 extends = 
   ../../buildout/software-profiles/libreoffice-bin.cfg
-  ../../buildout/software-profiles/libxslt.cfg
   ../../buildout/software-profiles/lxml-python.cfg
   ../../buildout/software-profiles/python-2.6.cfg
   ../../buildout/software-profiles/python-2.7.cfg
@@ -60,6 +59,7 @@ name = slapos.recipe.cloudooo
 recipe = zc.recipe.egg
 python = python2.6
 eggs =
+  ${lxml-python:egg}
 # instantiation egg
   ${instance-recipe:name}
 
@@ -72,7 +72,7 @@ version = 2
 section = python2.7
 
 [template]
-# Default template for erp5 instance.
+# Default template for cloudooo instance.
 recipe = slapos.recipe.template
 url = ${:_profile_base_location_}/instance.cfg
 #md5sum = 



More information about the Erp5-report mailing list