Commit 17e2fbb6 authored by Ivan Tyagov's avatar Ivan Tyagov

software/beremiz-runtime: fix installation of lxml and numpy eggs

See merge request !1328
parents 957d98b0 e06149ec
Pipeline #26068 failed with stage
...@@ -4,6 +4,8 @@ extends = ...@@ -4,6 +4,8 @@ extends =
../../component/git/buildout.cfg ../../component/git/buildout.cfg
../../component/matiec/buildout.cfg ../../component/matiec/buildout.cfg
../../component/open62541/buildout.cfg ../../component/open62541/buildout.cfg
../../component/numpy/buildout.cfg
../../component/lxml-python/buildout.cfg
../../stack/monitor/buildout.cfg ../../stack/monitor/buildout.cfg
../../stack/slapos.cfg ../../stack/slapos.cfg
...@@ -70,8 +72,8 @@ eggs = click ...@@ -70,8 +72,8 @@ eggs = click
Nevow Nevow
msgpack msgpack
autobahn autobahn
numpy ${numpy:egg}
lxml ${lxml-python:egg}
cycler cycler
opcua opcua
${beremiz:egg} ${beremiz:egg}
...@@ -121,9 +123,7 @@ txaio = 18.8.1 ...@@ -121,9 +123,7 @@ txaio = 18.8.1
idna = 2.10 idna = 2.10
click = 7.1.2 click = 7.1.2
lxml = 4.5.0
opcua = 0.98.13 opcua = 0.98.13
trollius = 2.2.1 trollius = 2.2.1
futures = 3.3.0 futures = 3.3.0
numpy = 1.16.6
cycler = 0.10.0 cycler = 0.10.0
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