Commit f5cb884b authored by Nicolas Dumazet's avatar Nicolas Dumazet

mysql-python needs custom treatment when built with a specific mysql

in particular, PATH has to be changed so the configurator can find
mysql_config


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32398 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 23073f38
......@@ -2,6 +2,7 @@
parts =
cmf15
itools
mysql-python
products-other
products-deps
products-erp5
......@@ -56,6 +57,14 @@ recipe = zc.recipe.egg:custom
egg = itools
include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/
[mysql-python-env]
PATH =${software_definition:mysql_software}/bin:%(PATH)s
[mysql-python]
recipe = zc.recipe.egg:custom
egg = MySQL-python
environment = mysql-python-env
[products-deps]
recipe = plone.recipe.distros
urls =
......
......@@ -32,6 +32,7 @@ parts =
zope-2.8
cmf15
itools
mysql-python
products-other
products-deps
products-erp5
......
......@@ -15,7 +15,6 @@ zope-conf-additional=
</timer-server>
eggs =
MySQL-python
python-memcached
PyXML
ply
......
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