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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 22 17:11:20 CET 2010


Author: luke
Date: Mon Feb 22 17:11:14 2010
New Revision: 32976

URL: http://svn.erp5.org?rev=32976&view=rev
Log:
 - sort assertions
 - add PyXML, simplejson and SOAPpy

Modified:
    erp5/trunk/buildout/Makefile

Modified: erp5/trunk/buildout/Makefile
URL: http://svn.erp5.org/erp5/trunk/buildout/Makefile?rev=32976&r1=32975&r2=32976&view=diff
==============================================================================
--- erp5/trunk/buildout/Makefile [utf8] (original)
+++ erp5/trunk/buildout/Makefile [utf8] Mon Feb 22 17:11:14 2010
@@ -11,25 +11,25 @@
 
 assert-python2.4: bin/python2.4
 	bin/python2.4 -V 2>&1 | grep 'Python 2.4.6'
+	bin/python2.4 -c 'import ERP5Diff'
+	bin/python2.4 -c 'import MySQLdb'
+	bin/python2.4 -c 'import SOAPpy'
 	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 fpconst'
+	bin/python2.4 -c 'import itools'
+	bin/python2.4 -c 'import ldap'
+	bin/python2.4 -c 'import lxml'
+	bin/python2.4 -c 'import memcache'
+	bin/python2.4 -c 'import numpy'
+	bin/python2.4 -c 'import pytz'
+	bin/python2.4 -c 'import simplejson'
+	bin/python2.4 -c 'import threadframe'
 	bin/python2.4 -c 'import xml.parsers.expat'
 	bin/python2.4 -c 'import zlib'
-	bin/python2.4 -c 'import lxml'
-	bin/python2.4 -c 'import numpy'
-	bin/python2.4 -c 'import ldap'
-	bin/python2.4 -c 'import pytz'
-	bin/python2.4 -c 'import fpconst'
-	bin/python2.4 -c 'import memcache'
-	bin/python2.4 -c 'import threadframe'
-	bin/python2.4 -c 'import itools'
-	bin/python2.4 -c 'import MySQLdb'
-	bin/python2.4 -c 'import ERP5Diff'
 	# elementtree
-	# PyXML
-	# simplejson
-	# SOAPpy
 
 assert-parts-libs:
 	ldd parts/mysql-tritonn-5.0/libexec/mysqld | grep 'parts/senna/lib/libsenna.so.0'




More information about the Erp5-report mailing list