Commit e79b37ca authored by Philipp's avatar Philipp

Update software.cfg

parent 3b7fb487
...@@ -11,6 +11,7 @@ extends = ...@@ -11,6 +11,7 @@ extends =
parts = parts =
interpreter interpreter
osie-repository osie-repository
instance-profile
[python] [python]
part = python3 part = python3
...@@ -36,3 +37,12 @@ aiofiles = 23.1.0 ...@@ -36,3 +37,12 @@ aiofiles = 23.1.0
cryptography = 3.3.2 cryptography = 3.3.2
asyncua = 0.9.2 asyncua = 0.9.2
lxml = 4.9.1 lxml = 4.9.1
[instance-profile]
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
rendered = ${buildout:directory}/instance.cfg
context =
section buildout buildout
key interpreter_location buildout:bin-directory
key osie_repository_location osie-repository:location
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