Commit 6d945d7d authored by Jérome Perrin's avatar Jérome Perrin

software/theia: fix build error when git is not in $PATH

because python-language-server-requirements.txt contains a git URL
parent 7202561b
......@@ -38,7 +38,7 @@ md5sum = 4a02e1687a150113ad6b0215f9afdb3e
version = 0.19.0
recipe = plone.recipe.command
command =
bash -c "${python3:executable} -m venv ${:location} && \
PATH=${git:location}/bin/:$PATH bash -c "${python3:executable} -m venv ${:location} && \
. ${:location}/bin/activate && \
pip install -r ${python-language-server-requirements.txt:output}"
location = ${buildout:parts-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