[Erp5-report] r45251 kazuhiko - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 8 13:58:30 CEST 2011


Author: kazuhiko
Date: Fri Apr  8 13:58:30 2011
New Revision: 45251

URL: http://svn.erp5.org?rev=45251&view=rev
Log:
follow change in r45176 (fontconfig now uses libxml2 instead of libexpat).

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=45251&r1=45250&r2=45251&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Fri Apr  8 13:58:30 2011
@@ -1638,7 +1638,6 @@ class AssertImagemagick(AssertSoftwareMi
       'libbz2',
       'libc',
       'libdl',
-      'libexpat',
       'libfontconfig',
       'libfreetype',
       'libjasper',
@@ -1649,6 +1648,7 @@ class AssertImagemagick(AssertSoftwareMi
       'libpng15',
       'libpthread',
       'libtiff',
+      'libxml2',
       'libz',
       ]
 
@@ -1658,11 +1658,11 @@ class AssertImagemagick(AssertSoftwareMi
       'freetype',
       'jasper',
       'jbigkit',
-      'libexpat',
       'libjpeg',
       'libpng',
       'libtiff',
       'libtool',
+      'libxml2',
       'zlib',
       ]
 
@@ -2174,7 +2174,6 @@ class AssertGraphviz(AssertSoftwareMixin
       'libc',
       'libcdt',
       'libdl',
-      'libexpat',
       'libfontconfig',
       'libfreetype',
       'libgvc',
@@ -2183,13 +2182,14 @@ class AssertGraphviz(AssertSoftwareMixin
       'libpathplan',
       'libpng15',
       'libxdot',
+      'libxml2',
       'libz',
       ], [
       'fontconfig',
       'freetype',
       'graphviz',
-      'libexpat',
       'libpng',
+      'libxml2',
       'zlib',
       ])
 



More information about the Erp5-report mailing list