Commit 5971787a authored by Łukasz Nowak's avatar Łukasz Nowak

- by default force building of mysql

It is related with [34993] which allows to build mysql-python part with own
version of mysql.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35041 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8bb3256
......@@ -53,3 +53,9 @@ update-command = ${:command}
[software_definition]
software_home = ${buildout:software_home}
# as mysql-python part, which uses mysql-python-env is not depending directly
# on mysql-tritonn-5.0 part, but official buildout shall provide whole software
# set dependency here
# Thanks to this it is possible to build mysql-python part in own environment
# with local mysql, but by default buildout mysql will be used.
mysql_software = ${mysql-tritonn-5.0:location}
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