Commit 80c1fa18 authored by Jérome Perrin's avatar Jérome Perrin

Theia 1.43.0

also stop enabling pip user installation, this breaks slapos isolation too much

See merge request !1464
parents 7afed0b5 bdd10174
Pipeline #30893 passed with stage
......@@ -19,7 +19,7 @@ md5sum = a27e2cb34e4efe2ed0d4698f505554f0
[yarn.lock]
_update_hash_filename_ = yarn.lock
md5sum = bb7444ebfeea21fed1960700aa6becf9
md5sum = ae0f135e9c32967cc7cbc0a708225b60
[ms-python-disable-jedi-buildout.patch]
_update_hash_filename_ = ms-python-disable-jedi-buildout.patch
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -15,7 +15,7 @@
[instance-theia]
_update_hash_filename_ = instance-theia.cfg.jinja.in
md5sum = b31e74f018ae92607f4ff63984b33c7a
md5sum = bf611d4551e6c2d4ea5fd22c3ae8ecfd
[instance]
_update_hash_filename_ = instance.cfg.in
......
......@@ -11,7 +11,6 @@ theia-environment-parts =
slapos-repository
runner-link
settings.json
python-enable-user-pip
theia-parts =
frontend-instance
......@@ -513,12 +512,6 @@ command =
${buildout:bin-directory}/slapos complete > $${directory:bash-completions}/slapos
${buildout:bin-directory}/slapos complete --shell fish > $${directory:fish-completions}/slapos.fish
[python-enable-user-pip]
# enable pip user installation for python extension
recipe = plone.recipe.command
stop-on-error = true
command =
${python:executable} -m ensurepip --user
# Embedded Instance
# -----------------
......
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