Commit 885bb61e authored by Łukasz Nowak's avatar Łukasz Nowak

- dbm is not required as python module, gdbm is enough


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 216dea87
......@@ -17,7 +17,6 @@ assert-python2.4: bin/python2.4
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 elementtree'
bin/python2.4 -c 'import fpconst'
bin/python2.4 -c 'import gdbm'
......
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