Skip to content

Commit

Permalink
podio: bump minimal version of catch2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 8, 2023
1 parent a0ba3d8 commit 4c1c314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/podio/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ class Podio(CMakePackage):
depends_on("py-pyyaml", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"), when="@0.12.0:")
depends_on("sio", type=("build", "link"), when="+sio")
depends_on("[email protected]:", type=("test"), when="@0.13:")
depends_on("[email protected]:", type=("test"), when="@0.13:0.16.5")
depends_on("[email protected]:", type=("test"), when="@0.16.6:")

conflicts("+sio", when="@:0.12", msg="sio support requires at least [email protected]")

Expand Down

0 comments on commit 4c1c314

Please sign in to comment.