Commit c46b8e0b authored by Nikola Balog's avatar Nikola Balog

Update software.cfg

parent 7f62f28c
...@@ -7,7 +7,7 @@ extends = ...@@ -7,7 +7,7 @@ extends =
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
https://lab.nexedi.com/nexedi/slapos/-/raw/master/component/python-cryptography/buildout.cfg #https://lab.nexedi.com/nexedi/slapos/-/raw/master/component/python-cryptography/buildout.cfg
parts = parts =
interpreter interpreter
...@@ -19,8 +19,10 @@ parts = ...@@ -19,8 +19,10 @@ parts =
part = python3 part = python3
[interpreter] [interpreter]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:script
interpreter = py interpreter = py
environment =
PKG_CONFIG_PATH = ${buildout:parts-directory}/libffi:${buildout:environment-PKG_CONFIG_PATH}
eggs = eggs =
requests requests
asyncua asyncua
...@@ -44,6 +46,3 @@ context = ...@@ -44,6 +46,3 @@ context =
section buildout buildout section buildout buildout
key interpreter_location buildout:bin-directory key interpreter_location buildout:bin-directory
key osie_repository_location osie-repository:location key osie_repository_location osie-repository:location
[environment]
PKG_CONFIG_PATH = ${buildout:parts-directory}/libffi:${buildout:environment-PKG_CONFIG_PATH}
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