[Erp5-report] r42162 kazuhiko - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 10 13:33:49 CET 2011


Author: kazuhiko
Date: Mon Jan 10 13:33:48 2011
New Revision: 42162

URL: http://svn.erp5.org?rev=42162&view=rev
Log:
ctypes is only required for python-2.4. so python-magic should not require ctypes and ctypes should be added explicitly here for Zope-2.8 flavour.

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

Modified: erp5/trunk/buildout/profiles/deployment.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment.cfg?rev=42162&r1=42161&r2=42162&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Mon Jan 10 13:33:48 2011
@@ -42,6 +42,7 @@ eggs =
   SOAPpy
   cElementTree
   chardet
+  ctypes
   elementtree
   erp5.recipe.mysqldatabase
   erp5diff

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=42162&r1=42161&r2=42162&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Mon Jan 10 13:33:48 2011
@@ -89,6 +89,7 @@ eggs =
   SOAPpy
   cElementTree
   chardet
+  ctypes
   elementtree
   erp5.recipe.mysqldatabase
   erp5diff



More information about the Erp5-report mailing list