py-psyclone: remove unneeded dependency (#50367)

This commit is contained in:
Sergi Siso 2025-05-15 04:54:22 +01:00 committed by GitHub
parent 5c5b0d80d2
commit cf20d677a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,6 @@ class PyPsyclone(PythonPackage):
depends_on("py-graphviz", type=("build", "run"))
depends_on("py-configparser", type=("build", "run"))
depends_on("py-jinja2", type="build")
depends_on("py-jsonschema", type=("build", "run"), when="@2.5.0:")
depends_on("py-sympy", type=("build", "run"), when="@2.2.0:")
depends_on("py-termcolor", type=("build", "run"))