Commit 2b7830ac authored by Dmitry Blinov's avatar Dmitry Blinov

fix testnode pycurl - take 3

parent 7316cee7
......@@ -14,8 +14,9 @@ extends =
../../stack/slapos.cfg
../../component/fonts/buildout.cfg
parts +=
parts =
pycurl
pwr-testnode-debug
slapos-cookbook
eggs
open62541
......@@ -36,13 +37,16 @@ python = python3
allow-picked-versions = true
[pwr-testnode-debug]
recipe = plone.recipe.command
command = bash -c 'echo i am updating from git'
[eggs]
recipe = zc.recipe.egg
interpreter = python.eggs
eggs =
websockify
slapos.toolbox
plone.recipe.command
scripts = websockify
depends = ${pycurl:egg} # so that we always use pycurl from profile
......
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