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

erp5testnode: more software link

our dmtx only build with imagemagick 7
parent 70be6f84
...@@ -51,6 +51,12 @@ extends = ...@@ -51,6 +51,12 @@ extends =
../../component/poppler/buildout.cfg ../../component/poppler/buildout.cfg
../../component/postfix/buildout.cfg ../../component/postfix/buildout.cfg
../../component/coreutils/buildout.cfg ../../component/coreutils/buildout.cfg
../../component/libdmtx/buildout.cfg
../../component/patch/buildout.cfg
../../component/findutils/buildout.cfg
../../component/zlib/buildout.cfg
../../component/fonts/buildout.cfg
../../component/freetype/buildout.cfg
parts = parts =
slapos-cookbook-develop slapos-cookbook-develop
...@@ -62,7 +68,7 @@ parts = ...@@ -62,7 +68,7 @@ parts =
eggs eggs
zip zip
git git
apache apache-antiloris
software_link software_link
...@@ -243,6 +249,31 @@ input = inline: ...@@ -243,6 +249,31 @@ input = inline:
[coreutils] [coreutils]
recipe = recipe =
location = ${coreutils:location} location = ${coreutils:location}
[libdmtx]
recipe =
location = ${libdmtx:location}
[dmtx-utils]
recipe =
location = ${dmtx-utils:location}
[patch]
recipe =
location = ${patch:location}
[libexpat]
recipe =
location = ${libexpat:location}
[findutils]
recipe =
location = ${findutils:location}
[zlib]
recipe =
location = ${zlib:location}
[fonts]
recipe =
location = ${fonts:location}
[freetype]
recipe =
location = ${freetype:location}
......
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