Commit 1c45c922 authored by Łukasz Nowak's avatar Łukasz Nowak

- add ssl, assert for ssl

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32596 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b26c3304
......@@ -12,3 +12,4 @@ assert-software: assert-python2.4
assert-python2.4: bin/python2.4
bin/python2.4 -c 'import zlib'
bin/python2.4 -c 'import dbm'
bin/python2.4 -c 'import _ssl'
......@@ -21,6 +21,7 @@ configure-options =
--with-readline
--with-dbm
--with-zlib
--with-ssl
patches = ${buildout:directory}/patches/python2.4-dbm.patch
......
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