Commit 09036a60 authored by francois's avatar francois

component/matplotlib add new dependencies in matplotlib

Ocropy needs one of matplotlib component to be imported during
buildout. This component needs cycler and dateutil
parent 0e51f4d9
...@@ -29,7 +29,10 @@ CFLAGS = -I${libpng:location}/include -I${freetype:location}/include ...@@ -29,7 +29,10 @@ CFLAGS = -I${libpng:location}/include -I${freetype:location}/include
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = matplotlib egg = matplotlib
environment = matplotlib-env environment = matplotlib-env
setup-eggs = ${numpy:egg} setup-eggs =
cycler
python-dateutil
${numpy:egg}
rpath = rpath =
${libpng:location}/lib ${libpng:location}/lib
${freetype:location}/lib ${freetype: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