spiner: update catch2 dependency (#50275)

This commit is contained in:
Richard Berger 2025-05-05 01:52:19 -06:00 committed by GitHub
parent 787bff0d6a
commit 03073a5fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ class Spiner(CMakePackage):
depends_on("cmake@3.12:", when="@:1.5.1", type="build")
depends_on("cmake@3.23:", when="@1.6.0:", type="build")
depends_on("catch2@3.7.1:", when="@1.6.3:", type="test")
depends_on("catch2@2.13.4:2.13.9", type="test")
depends_on("ports-of-call@1.2.0:", when="@:1.5.1")
depends_on("ports-of-call@1.5.1:", when="@1.6.0:")