Commit f2a682fa authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

modify AssertPython24 to follow recent changes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44049 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 18304d29
......@@ -2352,7 +2352,7 @@ if python_version >= '2.6':
elif python_version == '2.4':
class AssertPython24(AssertSoftwareMixin):
# .1 could be read from current buildout
parts_name = 'rebootstrap.1.parts'
parts_name = 'parts'
python_path = parts_name + '/python%s' % python_version
rpath_list = [
'bzip2',
......@@ -2380,7 +2380,7 @@ elif python_version == '2.4':
def test_ld_dyn_readline(self):
self.assertLibraryList(self.python_path+'/lib/python%s/lib-dynload/readline.so' % python_version, [
'libc',
'libncurses',
'libncursesw',
'libreadline',
'libpthread',
], self.rpath_list)
......
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