Commit 371fdd3b authored by Dmitry Blinov's avatar Dmitry Blinov

proview-r: downgrade sr python back to 2.7

parent 0b3adb4e
...@@ -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/python-2.7/buildout.cfg
../../component/pycurl/buildout.cfg ../../component/pycurl/buildout.cfg
../../component/proviewR/buildout.cfg ../../component/proviewR/buildout.cfg
../../component/open62541/buildout.cfg ../../component/open62541/buildout.cfg
...@@ -33,7 +34,7 @@ parts = ...@@ -33,7 +34,7 @@ parts =
android-fonts android-fonts
dejavu-fonts dejavu-fonts
python = python3 python = python2.7
allow-picked-versions = true allow-picked-versions = true
...@@ -46,6 +47,7 @@ command = bash -c 'echo i am updating from git' ...@@ -46,6 +47,7 @@ command = bash -c 'echo i am updating from git'
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = python.eggs interpreter = python.eggs
eggs = eggs =
slapos.toolbox
websockify websockify
plone.recipe.command plone.recipe.command
scripts = websockify scripts = websockify
......
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