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

trying to fix pycurl - take2

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