Skip to content
Snippets Groups Projects
Commit 15f1048c authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix: add missing py-jupyter-core dependency to Jupyter Extension packages

to correctly set jupyter extension env vars
parent 297590ab
No related branches found
No related tags found
1 merge request!663create new experimental release
Pipeline #60474 waiting for manual action with stage
in 2 hours, 4 minutes, and 58 seconds
......@@ -24,6 +24,7 @@ class PyIpycanvas(PythonPackage):
# begin EBRAINS (added)
depends_on("python@3.6:", when="@0.10:", type=("build", "run"))
depends_on("python@3.7:", when="@0.11:", type=("build", "run"))
depends_on('py-jupyter-core', type=("build", "run"))
# end EBRAINS
depends_on("py-setuptools@40.8:", type="build")
depends_on("py-jupyter-packaging@0.7", type="build")
......
......@@ -15,6 +15,7 @@ class PyTvbExtBucket(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('python@3.8:', type=('build', 'run'))
depends_on('py-jupyter-server', type=('build', 'run'))
depends_on('py-jupyter-core', type=("build", "run"))
depends_on('py-ebrains-drive@0.5.0:', type=('build', 'run'))
depends_on('py-hatchling@1.5.0:', type='build')
depends_on('py-jupyterlab@3.4.7:3', type=('build', 'run'))
......
......@@ -21,6 +21,7 @@ class PyTvbExtUnicore(PythonPackage):
depends_on('py-hatch-jupyter-builder@0.5:', type='build')
depends_on('py-jupyterlab@3.4.7:3', type=('build', 'run'))
depends_on('py-jupyter-server', type=('build', 'run'))
depends_on('py-jupyter-core', type=("build", "run"))
depends_on('py-pyunicore@1.0:', type=('build', 'run'))
depends_on('py-jupyter-packaging@0.10:', type='build')
depends_on('npm', type='build')
......
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