[Erp5-report] r32596 luke - in /erp5/trunk/buildout: Makefile python-2.4/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 11:10:54 CET 2010


Author: luke
Date: Tue Feb 16 11:10:52 2010
New Revision: 32596

URL: http://svn.erp5.org?rev=32596&view=rev
Log:
 - add ssl, assert for ssl

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

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32596&r1=32595&r2=32596&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Tue Feb 16 11:10:52 2010
@@ -12,3 +12,4 @@
 assert-python2.4: bin/python2.4
 	bin/python2.4 -c 'import zlib'
 	bin/python2.4 -c 'import dbm'
+	bin/python2.4 -c 'import _ssl'

Modified: erp5/trunk/buildout/python-2.4/buildout.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/python-2.4/buildout.cfg?rev=32596&r1=32595&r2=32596&view=diff
==============================================================================
--- erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] (original)
+++ erp5/trunk/buildout/python-2.4/buildout.cfg [utf8] Tue Feb 16 11:10:52 2010
@@ -21,6 +21,7 @@
   --with-readline
   --with-dbm
   --with-zlib
+  --with-ssl
 
 patches = ${buildout:directory}/patches/python2.4-dbm.patch
 




More information about the Erp5-report mailing list