Commit 0e5d0bce authored by Nikola Balog's avatar Nikola Balog

Update software.cfg: Maybe an older version of asyncua might work

parent 6f5e5cc1
...@@ -20,18 +20,18 @@ part = python3 ...@@ -20,18 +20,18 @@ part = python3
[interpreter] [interpreter]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
interpreter = py interpreter = py
depends = ${cryptography:recipe} #depends = ${cryptography:recipe}
eggs = eggs =
requests requests
asyncua asyncua
[cryptography] #[cryptography]
recipe = zc.recipe.egg:custom #recipe = zc.recipe.egg:custom
setup-eggs = #setup-eggs =
setuptools-rust # setuptools-rust
eggs = #eggs =
cryptography # cryptography
[osie-repository] [osie-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
...@@ -42,10 +42,10 @@ location = ${buildout:parts-directory}/osie ...@@ -42,10 +42,10 @@ location = ${buildout:parts-directory}/osie
[versions] [versions]
aiosqlite = 0.17.0 aiosqlite = 0.17.0
aiofiles = 23.1.0 aiofiles = 23.1.0
setuptools = 67.0.0 #setuptools = 67.0.0
setuptools-rust = 1.6.0 #setuptools-rust = 1.6.0
cryptography = 40.0.2 #cryptography = 40.0.2
asyncua = 1.1.0 asyncua = 1.0.0
[instance-profile] [instance-profile]
recipe = slapos.recipe.template:jinja2 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