py-jupyter-server-proxy: fix dependency condition (#35784)

Too much copypasta
This commit is contained in:
Erik Heeren 2023-03-03 06:18:31 +01:00 committed by GitHub
parent 7ddd796f89
commit 2ddd66ca48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,5 +24,5 @@ class PyJupyterServerProxy(PythonPackage):
depends_on("py-setuptools@40.8.0:", type="build")
depends_on("py-aiohttp", type=("build", "run"))
depends_on("py-jupyter-server@1.0:", when="@2022.4.0:", type=("build", "run"))
depends_on("py-simpervisor@0.4:", when="@2022.4.0:", type=("build", "run"))
depends_on("py-jupyter-server@1.0:", type=("build", "run"))
depends_on("py-simpervisor@0.4:", type=("build", "run"))