[Erp5-report] r40704 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 16:03:54 CET 2010
Author: luke
Date: Thu Nov 25 16:03:52 2010
New Revision: 40704
URL: http://svn.erp5.org?rev=40704&view=rev
Log:
- simplify dependency (no openxer)
Modified:
erp5/trunk/buildout/tests/assertSoftware.py
Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40704&r1=40703&r2=40704&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 16:03:52 2010
@@ -1600,11 +1600,6 @@ class AssertFile(AssertSoftwareMixin):
class AssertImagemagick(AssertSoftwareMixin):
core_lib_list = [
- 'libHalf',
- 'libIex',
- 'libIlmImf',
- 'libIlmThread',
- 'libImath',
'libbz2',
'libc',
'libdl',
@@ -1622,13 +1617,11 @@ class AssertImagemagick(AssertSoftwareMi
core_rpath_list = [
'bzip2',
'freetype',
- 'ilmbase',
'jasper',
'jbigkit',
'libjpeg',
'libpng',
'libtiff',
- 'openexr',
'zlib',
]
More information about the Erp5-report
mailing list