Commit e7becb28 authored by Alain Takoudjou's avatar Alain Takoudjou

Beremiz-ide: add missing sslpsk egg required for tests

parent 63331d51
Pipeline #27647 passed with stage
in 0 seconds
[buildout]
extends =
../openssl/buildout.cfg
../pkgconfig/buildout.cfg
parts =
python-sslpsk
[python-sslpsk]
recipe = zc.recipe.egg:custom
egg = sslpsk
environment = python-sslpsk-env
library-dirs =
${openssl:location}/lib/
rpath =
${openssl:location}/lib/
[python-sslpsk-env]
PATH = ${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH = ${openssl:location}/lib/pkgconfig
CPATH = ${openssl:location}/include
......@@ -211,3 +211,4 @@ trollius = 2.2.1
pathlib = 1.0.1
ddt = 1.4.4
click = 7.1.2
sslpsk = 1.0.0
[buildout]
extends =
../../component/python-sslpsk/buildout.cfg
software.cfg
../../component/git/buildout.cfg
../../component/pytest/buildout.cfg
......@@ -25,6 +26,7 @@ setup-eggs =
[python-interpreter]
eggs +=
${python-sslpsk:egg}
${pytest:eggs}
pytest-timeout
${ddt:egg}
......
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