Commit 27075729 authored by Xavier Thompson's avatar Xavier Thompson

cythonplus: Fix python version

parent b57248b5
...@@ -9,9 +9,6 @@ parts = cythonplus_env.sh ...@@ -9,9 +9,6 @@ parts = cythonplus_env.sh
[gcc] [gcc]
min_version = 8.4 min_version = 8.4
[python]
part = python3
# Dependencies for the Cython+ test suite # Dependencies for the Cython+ test suite
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
...@@ -8,9 +8,6 @@ parts = ...@@ -8,9 +8,6 @@ parts =
slapos-cookbook slapos-cookbook
instance.cfg instance.cfg
[python]
part = python2.7
[instance.cfg] [instance.cfg]
recipe = slapos.recipe.template recipe = slapos.recipe.template
output = ${buildout:directory}/${:_buildout_section_name_} output = ${buildout:directory}/${:_buildout_section_name_}
......
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