Commit 261cba37 authored by Łukasz Nowak's avatar Łukasz Nowak

- no need to pass commonly shared python version


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41196 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74657dd2
......@@ -1581,7 +1581,7 @@ class AssertBzip2(AssertSoftwareMixin):
class AssertPysvn(AssertSoftwareMixin):
def test_ld_pysvn(self):
self.assertLibraryList('develop-eggs/%s/pysvn/_pysvn_%s.so' % (
self.getDevelopEggName('pysvn', '1.7.4nxd006', self.python_version),
self.getDevelopEggName('pysvn', '1.7.4nxd006'),
self.python_verion.replace('.', '_')), [
'libc',
'libgcc_s',
......
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