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