From bc1185a966f1e5772f13133b4f98f24eba978927 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 25 Nov 2010 12:18:21 +0000
Subject: [PATCH]  - fill according to known working installation

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

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index c87bb2ca5c..8271bfa50d 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -1600,18 +1600,35 @@ class AssertFile(AssertSoftwareMixin):
 
 class AssertImagemagick(AssertSoftwareMixin):
   core_lib_list = [
+      'libHalf',
+      'libIex',
+      'libIlmImf',
+      'libIlmThread',
+      'libImath',
       'libbz2',
       'libc',
       'libdl',
       'libfreetype',
+      'libjasper',
+      'libjbig',
+      'libjpeg',
       'libm',
+      'libpng12',
       'libpthread',
+      'libtiff',
       'libz',
       ]
 
   core_rpath_list = [
       'bzip2',
       'freetype',
+      'ilmbase',
+      'jasper',
+      'jbigkit',
+      'libjpeg',
+      'libpng12',
+      'libtiff',
+      'openexr',
       'zlib',
       ]
 
-- 
2.30.9