[Erp5-report] r32967 luke - /erp5/trunk/buildout/Makefile

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 16:37:28 CET 2010


Author: luke
Date: Mon Feb 22 16:37:26 2010
New Revision: 32967

URL: http://svn.erp5.org?rev=32967&view=rev
Log:
 - assert exact python versoin

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32967&r1=32966&r2=32967&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Mon Feb 22 16:37:26 2010
@@ -10,6 +10,7 @@
 assert-software: assert-python2.4 assert-parts-libs
 
 assert-python2.4: bin/python2.4
+	bin/python2.4 -V | grep 'Python 2.4.6'
 	bin/python2.4 -c 'import _ssl'
 	bin/python2.4 -c 'import bz2'
 	bin/python2.4 -c 'import dbm'




More information about the Erp5-report mailing list