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

fix testnode pycurl - take 3

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