[Erp5-report] r40653 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 11:10:41 CET 2010
Author: luke
Date: Thu Nov 25 11:10:41 2010
New Revision: 40653
URL: http://svn.erp5.org?rev=40653&view=rev
Log:
- zlib is required, as it is linked against
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=40653&r1=40652&r2=40653&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 11:10:41 2010
@@ -1514,6 +1514,7 @@ class AssertFile(AssertSoftwareMixin):
'libz',
], [
'file',
+ 'zlib',
])
def test_ld_libmagic(self):
More information about the Erp5-report
mailing list