Commit df5f49db authored by Jérome Perrin's avatar Jérome Perrin

component/matplotlib: introduce buildout.hash.cfg

parent 2c539421
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../pkgconfig/buildout.cfg ../pkgconfig/buildout.cfg
../libpng/buildout.cfg ../libpng/buildout.cfg
../freetype/buildout.cfg ../freetype/buildout.cfg
./buildout.hash.cfg
parts = parts =
matplotlib matplotlib
...@@ -11,10 +12,9 @@ parts = ...@@ -11,10 +12,9 @@ parts =
[matplotlibrc] [matplotlibrc]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
template = ${:_profile_base_location_}/matplotlibrc.in template = ${:_profile_base_location_}/${:filename}
rendered = ${matplotlibrc:location}/matplotlibrc rendered = ${matplotlibrc:location}/matplotlibrc
mode = 0644 mode = 0644
md5sum = 849f48f08bea21dd10d3825867cb1561
backend = agg backend = agg
context = context =
key backend matplotlibrc:backend key backend matplotlibrc:backend
......
[matplotlibrc]
filename = matplotlibrc.in
md5sum = 849f48f08bea21dd10d3825867cb1561
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