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

fix(py-jupyter-server-proxy): add missing py-jupyter-core dependency

parent c120d23f
No related branches found
No related tags found
1 merge request!697create new experimental release
Pipeline #64600 passed with stage
in 9 minutes and 45 seconds
...@@ -28,3 +28,6 @@ class PyJupyterServerProxy(PythonPackage): ...@@ -28,3 +28,6 @@ class PyJupyterServerProxy(PythonPackage):
depends_on("py-aiohttp", type=("build", "run")) depends_on("py-aiohttp", type=("build", "run"))
depends_on("py-jupyter-server@1.0:", type=("build", "run")) depends_on("py-jupyter-server@1.0:", type=("build", "run"))
depends_on("py-simpervisor@0.4:", type=("build", "run")) depends_on("py-simpervisor@0.4:", type=("build", "run"))
# begin EBRAINS (added): add missing py-jupyter-core dependency
depends_on('py-jupyter-core', type=("build", "run"))
# end EBRAINS
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