Commit ee3d765d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

pysvn-1.7.4nxd006

* use relative path to make ccache working.
* call bdist_egg.make_zipfile() instead of calling zip command.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41114 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4e889b3
......@@ -35,4 +35,4 @@ slapos.rebootstrap >= 2.1
# official pysvn egg does not supports --include-dirs and
# --library-dirs, so we use our modified version
pysvn = 1.7.4nxd005
pysvn = 1.7.4nxd006
......@@ -1583,7 +1583,7 @@ class AssertBzip2(AssertSoftwareMixin):
class AssertPysvn(AssertSoftwareMixin):
def test_ld_pysvn(self):
self.assertLibraryList('develop-eggs/%s/pysvn/_pysvn_%s.so' % (
getDevelopEggName('pysvn', '1.7.4nxd005'),
getDevelopEggName('pysvn', '1.7.4nxd006'),
getPythonVersion().replace('.', '_')), [
'libc',
'libgcc_s',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment