[Erp5-report] r33016 luke - /erp5/trunk/buildout/Makefile
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 23 13:12:53 CET 2010
Author: luke
Date: Tue Feb 23 13:12:53 2010
New Revision: 33016
URL: http://svn.erp5.org?rev=33016&view=rev
Log:
- dbm is not required as python module, gdbm is enough
Modified:
erp5/trunk/buildout/Makefile
Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=33016&r1=33015&r2=33016&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Tue Feb 23 13:12:53 2010
@@ -17,7 +17,6 @@
bin/python2.4 -c 'import _ssl'
bin/python2.4 -c 'import _xmlplus'
bin/python2.4 -c 'import bz2'
- bin/python2.4 -c 'import dbm'
bin/python2.4 -c 'import elementtree'
bin/python2.4 -c 'import fpconst'
bin/python2.4 -c 'import gdbm'
More information about the Erp5-report
mailing list