From b01ce232aee2bd860a9e4f70cd8857b8f55657a9 Mon Sep 17 00:00:00 2001
From: Leonardo Rochael Almeida <leonardo@nexedi.com>
Date: Wed, 5 May 2010 05:02:28 +0000
Subject: [PATCH] don't depend on [mysql-tritonn-5.0] for [mysql-python]. Allow
 building against a pre-existing mysql compilation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34993 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/erp5.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildout/software-profiles/erp5.cfg b/buildout/software-profiles/erp5.cfg
index 54e60edbb8..3defdca110 100644
--- a/buildout/software-profiles/erp5.cfg
+++ b/buildout/software-profiles/erp5.cfg
@@ -24,7 +24,7 @@ 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 =${mysql-tritonn-5.0:location}/bin:%(PATH)s
+PATH =${software_definition:mysql_software}/bin:%(PATH)s
 
 [mysql-python]
 recipe = zc.recipe.egg:custom
-- 
2.30.9