Commit 4d14cd1b authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

software/beremiz-runtime: fix compilation

The SR didn't compile without libssl-dev package. Correctly use the
openssl lib from slapos.
parent ccbe9a26
......@@ -6,6 +6,7 @@ extends =
../../component/open62541/buildout.cfg
../../component/numpy/buildout.cfg
../../component/lxml-python/buildout.cfg
../../component/python-sslpsk/buildout.cfg
../../stack/monitor/buildout.cfg
../../stack/slapos.cfg
......@@ -78,7 +79,7 @@ eggs = click
opcua
${beremiz:egg}
${Twisted:egg}
sslpsk
${python-sslpsk:egg}
[instance-profile]
recipe = slapos.recipe.template:jinja2
......
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