Commit 3cdc608b authored by Łukasz Nowak's avatar Łukasz Nowak

- set options locally

This is forgotten part of 32325 - it is required to define all locally.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32350 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent abbe5302
......@@ -13,7 +13,10 @@ parts =
recipe = zc.recipe.cmmi
url =
http://python.org/ftp/python/${buildout:python_version_full}/Python-${buildout:python_version_full}.tgz
extra_options +=
extra_options =
--enable-unicode=ucs4
--with-threads
--with-readline
--prefix=${buildout:directory}/parts/python${buildout:python_version}
executable = ${buildout:directory}/parts/python${buildout:python_version}/bin/python${buildout:python_version}
......
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