Commit 042b5617 authored by Martin Manchev's avatar Martin Manchev

Potential fix for opcua-to-http-gw software release ...

parent 8cf153b8
# 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
https://lab.nexedi.com/nexedi/slapos/raw/master/component/python3/buildout.cfg https://lab.nexedi.com/nexedi/slapos/raw/master/component/python3/buildout.cfg
https://lab.nexedi.com/nexedi/slapos/raw/master/component/git/buildout.cfg https://lab.nexedi.com/nexedi/slapos/raw/master/component/git/buildout.cfg
parts = parts =
python-interpreter python-interpreter
slapos-cookbook slapos-cookbook
osie-repository osie-repository
# fix for pypi: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html
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
eggs = eggs =
requests
asyncua asyncua
[osie-repository] [osie-repository]
...@@ -37,4 +28,5 @@ repository = https://lab.nexedi.com/nexedi/osie.git ...@@ -37,4 +28,5 @@ repository = https://lab.nexedi.com/nexedi/osie.git
location = ${buildout:parts-directory}/osie location = ${buildout:parts-directory}/osie
[versions] [versions]
#numpy = 1.24.4 aiosqlite = 0.17.0
aiofiles = 23.1.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