Commit 214a4d46 authored by Łukasz Nowak's avatar Łukasz Nowak

- build mysql-python just like lxml-python in 2.12 flavour -- use

   directly software delivered parts

Thanks to change, that egg list is not shared between software and
instance (which had no sense, as in software it is somehow "caching" of
eggs) installing instance will not trigger rebuilding eggs available as
develop-egg.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40271 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a1454540
......@@ -4,6 +4,7 @@ extends =
mysql-tritonn-5.0.cfg
python-2.6.cfg
lxml-python.cfg
mysql-python.cfg
python-ldap-python.cfg
subversion.cfg
git.cfg
......@@ -38,18 +39,6 @@ update-command = ${:command}
location = ${itools:location}
stop-on-error = true
[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
rpath =
${software_definition:mysql_software}/lib/mysql/
${software_definition:software_home}/parts/zlib/lib/
${software_definition:software_home}/parts/openssl/lib/
[products-deps]
# Recipe minitage.recipe.fetch is disabled, as it uses PATH variable, but it
# is not possible to change its environment to use localy delivered subversion
......
[buildout]
extends =
../software-profiles/mysql-tritonn-5.0.cfg
../software-profiles/openssl.cfg
../software-profiles/zlib.cfg
parts =
mysql-python
[mysql-python-env]
PATH =${mysql-tritonn-5.0:location}/bin:%(PATH)s
[mysql-python]
recipe = zc.recipe.egg:custom
egg = MySQL-python
environment = mysql-python-env
rpath =
${mysql-tritonn-5.0:location}/lib/mysql/
${zlib:location}/lib/
${openssl:location}/lib/
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