From 5a68ebd1696ab91510083588ae9eb33c796b3acb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Thu, 25 Nov 2010 12:12:41 +0000
Subject: [PATCH]  - sort

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

diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index d26c18f1c7..c87bb2ca5c 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -1603,16 +1603,16 @@ class AssertImagemagick(AssertSoftwareMixin):
       'libbz2',
       'libc',
       'libdl',
-      'libm',
       'libfreetype',
+      'libm',
       'libpthread',
       'libz',
       ]
 
   core_rpath_list = [
-      'zlib',
       'bzip2',
       'freetype',
+      'zlib',
       ]
 
   lib_lib_list = core_lib_list + [
-- 
2.30.9