From 1122112402b81c6da1fd43b013c9d9c2db0b977a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 25 Nov 2010 10:51:54 +0000
Subject: [PATCH]  - reuse simplified list

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40668 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/tests/assertSoftware.py | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index 5499f105e5..61ba03e9cb 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -1072,14 +1072,7 @@ class AssertApache(AssertSoftwareMixin):
       'libc',
       'libpthread',
       'libsqlite3',
-      ], [
-      'libexpat',
-      'libuuid',
-      'openssl',
-      'pcre',
-      'sqlite3',
-      'zlib',
-      ])
+      ], self.apache_rpath)
 
 class AssertItools(AssertSoftwareMixin):
   def test_ld_parserso(self):
-- 
2.30.9