From 00e11889b0bd3a4d2367c70f3df67d37a11312a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 26 Mar 2015 14:14:23 +0100 Subject: [PATCH] DREAM: add mysql-python --- component/manpy/buildout.cfg | 2 ++ software/dream/software.cfg | 1 + 2 files changed, 3 insertions(+) diff --git a/component/manpy/buildout.cfg b/component/manpy/buildout.cfg index 5193b17e2..f5ba5f32f 100644 --- a/component/manpy/buildout.cfg +++ b/component/manpy/buildout.cfg @@ -4,6 +4,7 @@ extends = ../rpy2/buildout.cfg ../pulp/buildout.cfg ../git/buildout.cfg + ../mysql-python/buildout.cfg parts = manpy @@ -31,6 +32,7 @@ eggs = dream environment = manpy-env setup-eggs = ${scipy:egg} + ${mysql-python:egg} initialization = ${pulp:initialization} ${rpy2:initialization} diff --git a/software/dream/software.cfg b/software/dream/software.cfg index bdad2d958..ff550c36f 100644 --- a/software/dream/software.cfg +++ b/software/dream/software.cfg @@ -40,6 +40,7 @@ scipy = 0.13.3 simpy = 3.0.5 zope.dottedname = 4.1.0 tablib = 0.10.0 +MySQL-python = 1.2.5 # indirect dependancies collective.recipe.template = 1.11 -- 2.30.9