Commit 7316cee7 authored by Dmitry Blinov's avatar Dmitry Blinov

trying to fix pycurl - take2

parent 0ce169d1
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
extends = extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/python3/buildout.cfg ../../component/python3/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/proviewR/buildout.cfg ../../component/proviewR/buildout.cfg
../../component/open62541/buildout.cfg ../../component/open62541/buildout.cfg
../../component/noVNC/buildout.cfg ../../component/noVNC/buildout.cfg
...@@ -14,6 +15,7 @@ extends = ...@@ -14,6 +15,7 @@ extends =
../../component/fonts/buildout.cfg ../../component/fonts/buildout.cfg
parts += parts +=
pycurl
slapos-cookbook slapos-cookbook
eggs eggs
open62541 open62541
...@@ -35,6 +37,7 @@ python = python3 ...@@ -35,6 +37,7 @@ python = python3
allow-picked-versions = true allow-picked-versions = true
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = python.eggs interpreter = python.eggs
eggs = eggs =
...@@ -42,6 +45,7 @@ eggs = ...@@ -42,6 +45,7 @@ eggs =
slapos.toolbox slapos.toolbox
plone.recipe.command plone.recipe.command
scripts = websockify scripts = websockify
depends = ${pycurl:egg} # so that we always use pycurl from profile
[template] [template]
recipe = slapos.recipe.template recipe = slapos.recipe.template
......
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