Commit 758221f6 authored by Jérome Perrin's avatar Jérome Perrin

slapos-testing: workarounds for python3

parent 1dcee969
......@@ -12,6 +12,7 @@ extends =
../../component/coreutils/buildout.cfg
../../component/socat/buildout.cfg
../../component/lmsensors/buildout.cfg
../../component/python3/buildout.cfg
../../stack/slapos.cfg
./buildout.hash.cfg
......@@ -180,6 +181,11 @@ url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg
mode = 640
# XXX workaround for python3, copied from component/slapos-testing/software-py3.cfg
[nghttp2]
environment =
PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:${m4:location}/bin:${python3.6:location}/bin:%(PATH)s
[versions]
# clear version pins of tested eggs for which we want to generate scripts
# otherwise, the scripts will be generated for the pinned version.
......
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