Commit b7bf6abd authored by Jérome Perrin's avatar Jérome Perrin

component/boost-lib: use simpler syntax for $PYTHON

The ${PYTHON:+--with-python=$PYTHON} looks like a buildout substitution and
because of the way slapos.recipe.cmmi replaces @@LOCATION@@ in options it was
not properly escaped when saved in .installed.cfg.
That was probably a bug, but we don't really need such a complex syntax,
because when using [python] section $PYTHON will be set in environment, so
instead of having the fallback, make sure python section was installed and
assume that $PYTHON is in environment.
parent 23eb542d
Pipeline #11253 running with stage
in 0 seconds