Commit ffd0b559 authored by Łukasz Nowak's avatar Łukasz Nowak

- use locally build python-ldap egg


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40169 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eed7a293
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
mysql-tritonn-5.0.cfg mysql-tritonn-5.0.cfg
python-2.6.cfg python-2.6.cfg
lxml-python.cfg lxml-python.cfg
python-ldap-python.cfg
parts = parts =
itools-build itools-build
...@@ -78,6 +79,7 @@ recipe = zc.recipe.egg ...@@ -78,6 +79,7 @@ recipe = zc.recipe.egg
eggs = eggs =
${mysql-python:egg} ${mysql-python:egg}
${lxml-python:egg} ${lxml-python:egg}
${python-ldap-python:egg}
PyXML PyXML
SOAPpy SOAPpy
cElementTree cElementTree
...@@ -90,7 +92,6 @@ eggs = ...@@ -90,7 +92,6 @@ eggs =
paramiko paramiko
ply ply
pysvn pysvn
python-ldap
python-memcached python-memcached
pytz pytz
simplejson simplejson
......
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