Skip to content

Commit

Permalink
py-protobuf pkg version change
Browse files Browse the repository at this point in the history
  • Loading branch information
rickgrubin-tomorrow committed Jan 8, 2025
1 parent 8eb2347 commit f3a9945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-cylc-flow/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PyCylcFlow(PythonPackage):
depends_on("py-packaging", type=("build", "run"), when="@8.3:")
depends_on("[email protected]:4.21", type=("build", "run"), when="@:8.2")
#depends_on("[email protected]:4.24", type=("build", "run"), when="@8.3:")
depends_on("[email protected].4", type=("build", "run"), when="@8.3:")
depends_on("[email protected]", type=("build", "run"), when="@8.3:")
depends_on("[email protected]:", type=("build", "run"))
depends_on("py-pyzmq@22:", type=("build", "run"), when="@8.2:")
depends_on("py-pyzmq@22", type=("build", "run"), when="@:8.1")
Expand Down

0 comments on commit f3a9945

Please sign in to comment.