[Erp5-report] r32482 luke - /erp5/trunk/buildout/python-2.4/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 10:38:40 CET 2010


Author: luke
Date: Fri Feb 12 10:38:39 2010
New Revision: 32482

URL: http://svn.erp5.org?rev=32482&view=rev
Log:
 - enable dbm and zlib

python shall come with batteries included.

Modified:
    erp5/trunk/buildout/python-2.4/buildout.cfg

Modified: erp5/trunk/buildout/python-2.4/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/python-2.4/buildout.cfg?rev=32482&r1=32481&r2=32482&view=diff
==============================================================================
--- erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] Fri Feb 12 10:38:39 2010
@@ -18,6 +18,9 @@
   --enable-unicode=ucs4
   --with-threads
   --with-readline
+  --with-dbm
+  --with-zlib
+
 executable = ${:prefix}/bin/python${buildout:python_version}
 
 [pythonbin]




More information about the Erp5-report mailing list