Commit 5365b92a authored by Nikola Balog's avatar Nikola Balog

Update software.cfg

parent bd2b3c75
...@@ -20,11 +20,19 @@ part = python3 ...@@ -20,11 +20,19 @@ part = python3
[interpreter] [interpreter]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
interpreter = py interpreter = py
depends = ${cryptography:recipe}
eggs = eggs =
setuptools-rust setuptools-rust
requests requests
asyncua asyncua
[cryptography]
recipe = zc.recipe.egg:custom
setup-eggs =
setuptools-rust
eggs =
cryptography
[osie-repository] [osie-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
......
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