[Erp5-report] r40648 kazuhiko - in /erp5/trunk/buildout: software-profiles/ tests/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 10:08:19 CET 2010


Author: kazuhiko
Date: Thu Nov 25 10:08:13 2010
New Revision: 40648

URL: http://svn.erp5.org?rev=40648&view=rev
Log:
pysvn-1.7.4nxd002:
* no need to try to find neon, expat and ssl, because they should be already linked in libsvn_client-1.so.

Modified:
    erp5/trunk/buildout/software-profiles/pysvn-python.cfg
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/software-profiles/pysvn-python.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/pysvn-python.cfg?rev=40648&r1=40647&r2=40648&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/pysvn-python.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/pysvn-python.cfg [utf8] Thu Nov 25 10:08:13 2010
@@ -1,8 +1,6 @@
 [buildout]
 extends =
-  ../software-profiles/libexpat.cfg
-  ../software-profiles/neon.cfg
-  ../software-profiles/openssl.cfg
+  ../software-profiles/apache.cfg
   ../software-profiles/subversion.cfg
 
 parts =
@@ -18,8 +16,5 @@ include-dirs =
 library-dirs =
   ${subversion:location}/lib
   ${apache:location}/lib
-  ${neon:location}/lib
-  ${libexpat:location}/lib
-  ${openssl:location}/lib
 # heavily patched version that supports --include-dirs and --library-dirs
-find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd001.tar.gz
+find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd002.tar.gz

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40648&r1=40647&r2=40648&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 10:08:13 2010
@@ -1454,20 +1454,14 @@ class AssertPysvn(AssertSoftwareMixin):
       python_version_major, python_version_minor), [
       'libc',
       'libcom_err',
-      'libexpat',
       'libgcc_s',
       'libm',
-      'libneon',
       'libresolv',
-      'libssl',
       'libstdc++',
       'libsvn_client-1',
       'libsvn_diff-1',
       'libsvn_repos-1',
       ], [
-      'libexpat',
-      'neon',
-      'openssl',
       'subversion'
       ])
 




More information about the Erp5-report mailing list