Commit 339061b4 authored by Lukas Niegsch's avatar Lukas Niegsch

used newer python version for external requirements

parent 055a1947
...@@ -2,3 +2,9 @@ ...@@ -2,3 +2,9 @@
[buildout] [buildout]
parts = parts =
[jupyterlite-server]
[enable-webtrc]
[publish-connection-information]
...@@ -6,10 +6,11 @@ extends = ...@@ -6,10 +6,11 @@ extends =
parts = parts =
slapos-cookbook slapos-cookbook
template-instance template-instance
# extensions extensions
[python] [python]
part = python3 # required by doit
part = python3.8
[template-instance] [template-instance]
recipe = slapos.recipe.template:jinja2 recipe = slapos.recipe.template:jinja2
...@@ -19,11 +20,11 @@ context = ...@@ -19,11 +20,11 @@ context =
section buildout buildout section buildout buildout
key template_instance_jupyterlite template-instance-jupyterlite:target key template_instance_jupyterlite template-instance-jupyterlite:target
#[extensions] [extensions]
#recipe = zc.recipe.egg recipe = zc.recipe.egg
#eggs = eggs =
# jupyterlite jupyterlite
# jupyterlab-webrtc-docprovider jupyterlab-webrtc-docprovider
[download-base] [download-base]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
...@@ -31,3 +32,7 @@ url = ${:_profile_base_location_}/${:filename} ...@@ -31,3 +32,7 @@ url = ${:_profile_base_location_}/${:filename}
[template-instance-jupyterlite] [template-instance-jupyterlite]
<= download-base <= download-base
[versions]
# wip: does not work yet
setuptools = 62.3.2
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