Commit 5b089087 authored by Łukasz Nowak's avatar Łukasz Nowak

- assert exact python versoin


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32967 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f37bbfd3
......@@ -10,6 +10,7 @@ assert: assert-software
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'
......
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