Commit b6630e8d authored by Xavier Thompson's avatar Xavier Thompson

[tmp] Use fixed zc.buildout for Python buildout tests

parent 1b4656b3
...@@ -39,6 +39,7 @@ exec-sitecustomize = false ...@@ -39,6 +39,7 @@ exec-sitecustomize = false
find-links += find-links +=
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
https://softinst182198.host.vifib.net/public/
# Use only quite well working sites. # Use only quite well working sites.
allow-hosts += allow-hosts +=
...@@ -58,6 +59,7 @@ allow-hosts += ...@@ -58,6 +59,7 @@ allow-hosts +=
sourceforge.net sourceforge.net
www.dabeaz.com www.dabeaz.com
www.owlfish.com www.owlfish.com
softinst182198.host.vifib.net
# Use an https index # Use an https index
index = https://pypi.org/simple/ index = https://pypi.org/simple/
...@@ -138,7 +140,7 @@ eggs = ...@@ -138,7 +140,7 @@ eggs =
# The last version of setuptools compatible with Python 3.7 # The last version of setuptools compatible with Python 3.7
setuptools = 67.8.0 setuptools = 67.8.0
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 3.0.1+slapos007 zc.buildout = 3.0.1+slapos007with005fix
pip = 23.2.1 pip = 23.2.1
# Use SlapOS patched zc.recipe.egg (zc.recipe.egg 2.x is for Buildout 2) # Use SlapOS patched zc.recipe.egg (zc.recipe.egg 2.x is for Buildout 2)
zc.recipe.egg = 2.0.8.dev0+slapos007 zc.recipe.egg = 2.0.8.dev0+slapos007
......
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