Commit 00e11889 authored by Jérome Perrin's avatar Jérome Perrin

DREAM: add mysql-python

parent 01db55b6
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../rpy2/buildout.cfg ../rpy2/buildout.cfg
../pulp/buildout.cfg ../pulp/buildout.cfg
../git/buildout.cfg ../git/buildout.cfg
../mysql-python/buildout.cfg
parts = parts =
manpy manpy
...@@ -31,6 +32,7 @@ eggs = dream ...@@ -31,6 +32,7 @@ eggs = dream
environment = manpy-env environment = manpy-env
setup-eggs = setup-eggs =
${scipy:egg} ${scipy:egg}
${mysql-python:egg}
initialization = initialization =
${pulp:initialization} ${pulp:initialization}
${rpy2:initialization} ${rpy2:initialization}
...@@ -40,6 +40,7 @@ scipy = 0.13.3 ...@@ -40,6 +40,7 @@ scipy = 0.13.3
simpy = 3.0.5 simpy = 3.0.5
zope.dottedname = 4.1.0 zope.dottedname = 4.1.0
tablib = 0.10.0 tablib = 0.10.0
MySQL-python = 1.2.5
# indirect dependancies # indirect dependancies
collective.recipe.template = 1.11 collective.recipe.template = 1.11
......
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