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 @@ ...@@ -2,6 +2,7 @@
parts = parts =
cmf15 cmf15
itools itools
mysql-python
products-other products-other
products-deps products-deps
products-erp5 products-erp5
...@@ -56,6 +57,14 @@ recipe = zc.recipe.egg:custom ...@@ -56,6 +57,14 @@ recipe = zc.recipe.egg:custom
egg = itools egg = itools
include-dirs = /usr/include/glib-2.0:/usr/lib/glib-2.0/include/:/usr/lib64/glib-2.0/include/ 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] [products-deps]
recipe = plone.recipe.distros recipe = plone.recipe.distros
urls = urls =
......
...@@ -32,6 +32,7 @@ parts = ...@@ -32,6 +32,7 @@ parts =
zope-2.8 zope-2.8
cmf15 cmf15
itools itools
mysql-python
products-other products-other
products-deps products-deps
products-erp5 products-erp5
......
...@@ -15,7 +15,6 @@ zope-conf-additional= ...@@ -15,7 +15,6 @@ zope-conf-additional=
</timer-server> </timer-server>
eggs = eggs =
MySQL-python
python-memcached python-memcached
PyXML PyXML
ply 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