Commit 645234bd authored by Łukasz Nowak's avatar Łukasz Nowak

Remove obsoleted workaround.

parent f636e6be
......@@ -249,16 +249,6 @@ initialization =
os.environ['ZOPE_SCRIPTS'] = ''
sys.path[0:0] = ['/'.join(['''${buildout:parts-directory}''', x]) for x in '''${erp5_repository_list:repository_id_list}'''.split(' ')]
[pycrypto-python]
# This is a workaround for pkg_resources.ExtractionError: Can't extract file(s) to egg cache
# Note that currently we are stuck with develop eggs
# *Maybe* possible solution is to setup PYTHON_EGG_CACHE?
# *Why* python-MySQL workED and pycrypto DID not? Because MySQL distribution
# was unpacked, and pycrypto was packed.
recipe = zc.recipe.egg:custom
python = python2.6
egg = pycrypto
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.6
......
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