Commit 8cf153b8 authored by Ivan Tyagov's avatar Ivan Tyagov

WIP

parent 6b31b3dc
# the default SlapOs profile for opcua-to-http-gw # the default SlapOs profile for opcua-to-http-gw
[buildout] [buildout]
allow-picked-versions = true #allow-picked-versions = true
extends = extends =
https://lab.nexedi.com/nexedi/slapos/raw/master/stack/monitor/buildout.cfg https://lab.nexedi.com/nexedi/slapos/raw/master/stack/monitor/buildout.cfg
https://lab.nexedi.com/nexedi/slapos/raw/master/stack/slapos.cfg https://lab.nexedi.com/nexedi/slapos/raw/master/stack/slapos.cfg
...@@ -19,13 +19,16 @@ index = https://pypi.python.org/simple/ ...@@ -19,13 +19,16 @@ index = https://pypi.python.org/simple/
[python] [python]
part = python3 part = python3
#[numpy]
#recipe = zc.recipe.egg:custom
#egg = numpy
#setup-eggs = cython
[python-interpreter] [python-interpreter]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = pythonwitheggs interpreter = pythonwitheggs
eggs = eggs =
configparser
asyncua asyncua
opencv-python
[osie-repository] [osie-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
...@@ -34,4 +37,4 @@ repository = https://lab.nexedi.com/nexedi/osie.git ...@@ -34,4 +37,4 @@ repository = https://lab.nexedi.com/nexedi/osie.git
location = ${buildout:parts-directory}/osie location = ${buildout:parts-directory}/osie
[versions] [versions]
#opcua = 0.98.13 #numpy = 1.24.4
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