diff --git a/buildout/Makefile b/buildout/Makefile index 7d81ada62d20c1952d7be9ab19e6715cc0535d8e..a498631f5fd6c7b217cc99e56005c3fe134a2f7d 100644 --- a/buildout/Makefile +++ b/buildout/Makefile @@ -11,25 +11,25 @@ assert-software: assert-python2.4 assert-parts-libs 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 xml.parsers.expat' - bin/python2.4 -c 'import zlib' + 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 ldap' bin/python2.4 -c 'import pytz' - bin/python2.4 -c 'import fpconst' - bin/python2.4 -c 'import memcache' + bin/python2.4 -c 'import simplejson' bin/python2.4 -c 'import threadframe' - bin/python2.4 -c 'import itools' - bin/python2.4 -c 'import MySQLdb' - bin/python2.4 -c 'import ERP5Diff' + bin/python2.4 -c 'import xml.parsers.expat' + bin/python2.4 -c 'import zlib' # elementtree - # PyXML - # simplejson - # SOAPpy assert-parts-libs: ldd parts/mysql-tritonn-5.0/libexec/mysqld | grep 'parts/senna/lib/libsenna.so.0'