Commit 9ec5674a authored by Łukasz Nowak's avatar Łukasz Nowak

- elementtreee is supported

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32980 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c62bcd2a
...@@ -18,6 +18,7 @@ assert-python2.4: bin/python2.4 ...@@ -18,6 +18,7 @@ assert-python2.4: bin/python2.4
bin/python2.4 -c 'import _xmlplus' bin/python2.4 -c 'import _xmlplus'
bin/python2.4 -c 'import bz2' bin/python2.4 -c 'import bz2'
bin/python2.4 -c 'import dbm' bin/python2.4 -c 'import dbm'
bin/python2.4 -c 'import elementtree'
bin/python2.4 -c 'import fpconst' bin/python2.4 -c 'import fpconst'
bin/python2.4 -c 'import itools' bin/python2.4 -c 'import itools'
bin/python2.4 -c 'import ldap' bin/python2.4 -c 'import ldap'
...@@ -29,7 +30,6 @@ assert-python2.4: bin/python2.4 ...@@ -29,7 +30,6 @@ assert-python2.4: bin/python2.4
bin/python2.4 -c 'import threadframe' bin/python2.4 -c 'import threadframe'
bin/python2.4 -c 'import xml.parsers.expat' bin/python2.4 -c 'import xml.parsers.expat'
bin/python2.4 -c 'import zlib' bin/python2.4 -c 'import zlib'
# elementtree
assert-parts-libs: assert-parts-libs:
ldd parts/mysql-tritonn-5.0/libexec/mysqld | grep 'parts/senna/lib/libsenna.so.0' ldd parts/mysql-tritonn-5.0/libexec/mysqld | grep 'parts/senna/lib/libsenna.so.0'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment