Commit 970f4ba2 authored by Łukasz Nowak's avatar Łukasz Nowak

- assert for bzip2 and expat, add bzip2 to dependency list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32597 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c45c922
......@@ -10,6 +10,8 @@ assert: assert-software
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'
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'
......@@ -9,6 +9,7 @@ package_list =
flex
gcc
gcc-c++
libbzip2-devel
libgdbm-devel
libglib2.0-devel
libjpeg-devel
......
......@@ -22,6 +22,7 @@ configure-options =
--with-dbm
--with-zlib
--with-ssl
--with-bz2
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