From c4857dc04c9a981a77720ee50ab96444141995d1 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Thu, 25 Nov 2010 10:45:11 +0000
Subject: [PATCH] pysvn-1.7.4nxd003: * since com_err seems not used, we don't
 need link to it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40664 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/pysvn-python.cfg | 2 +-
 buildout/tests/assertSoftware.py            | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/buildout/software-profiles/pysvn-python.cfg b/buildout/software-profiles/pysvn-python.cfg
index f4a231982c..8747862bec 100644
--- a/buildout/software-profiles/pysvn-python.cfg
+++ b/buildout/software-profiles/pysvn-python.cfg
@@ -17,4 +17,4 @@ library-dirs =
   ${subversion:location}/lib
   ${apache:location}/lib
 # heavily patched version that supports --include-dirs and --library-dirs
-find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd002.tar.gz
+find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd003.tar.gz
diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index 41f7cbde13..09c60ce13d 100644
--- a/buildout/tests/assertSoftware.py
+++ b/buildout/tests/assertSoftware.py
@@ -1473,7 +1473,6 @@ class AssertPysvn(AssertSoftwareMixin):
       getDevelopEggName('pysvn', '1.7.4'),
       getPythonVersion().replace('.', '_')), [
       'libc',
-      'libcom_err',
       'libgcc_s',
       'libm',
       'libresolv',
-- 
2.30.9