Commit 11221124 authored by Łukasz Nowak's avatar Łukasz Nowak

- reuse simplified list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40668 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3c4e9a68
...@@ -1072,14 +1072,7 @@ class AssertApache(AssertSoftwareMixin): ...@@ -1072,14 +1072,7 @@ class AssertApache(AssertSoftwareMixin):
'libc', 'libc',
'libpthread', 'libpthread',
'libsqlite3', 'libsqlite3',
], [ ], self.apache_rpath)
'libexpat',
'libuuid',
'openssl',
'pcre',
'sqlite3',
'zlib',
])
class AssertItools(AssertSoftwareMixin): class AssertItools(AssertSoftwareMixin):
def test_ld_parserso(self): def test_ld_parserso(self):
......
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