Commit ddc553f4 authored by Arnaud Fontaine's avatar Arnaud Fontaine

RFC: genbt5list may depend on non-standard Python modules.

Until now it wasn't but with python3, import on future (not part of Python
library) means ${buildout:executable} is not enough. Anyhow, genbt5list should
be executed with all eggs IMO to avoid such problem.
parent eb5c6047
...@@ -317,7 +317,7 @@ recipe = plone.recipe.command ...@@ -317,7 +317,7 @@ recipe = plone.recipe.command
stop-on-error = true stop-on-error = true
genbt5list = ${erp5:location}/product/ERP5/bin/genbt5list genbt5list = ${erp5:location}/product/ERP5/bin/genbt5list
command = command =
echo '${local-bt5-repository:list}' |xargs ${buildout:executable} ${:genbt5list} echo '${local-bt5-repository:list}' |xargs ${eggs:bin-directory}/python ${:genbt5list}
update-command = ${:command} update-command = ${:command}
[erp5_repository_list] [erp5_repository_list]
......
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