Commit 54a009b5 authored by Xavier Thompson's avatar Xavier Thompson

[tmp] software/re6stnet: Use python2 compatible pip and setuptools

parent 9071ec7d
......@@ -13,6 +13,10 @@ extends =
# Monitoring stack (keep on bottom)
../../stack/monitor/buildout.cfg
# Python2 versions for buildout (keep bottom-most)
../../stack/slapos-py2.cfg
parts +=
slapos-cookbook
template
......
[buildout]
extends = slapos.cfg
[versions]
setuptools = 44.1.1
# Use SlapOS patched zc.buildout
zc.buildout = 3.0.1.dev1
pip = 20.3.4
# Avoid https://github.com/pypa/wheel/issues/331
wheel = 0.33.6
# Use SlapOS patched zc.recipe.egg (zc.recipe.egg 2.x is for Buildout 2)
zc.recipe.egg = 2.0.8.dev123
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