podio: Add py-tabulate as new run and test dependency (#38409)

This commit is contained in:
Thomas Madlener 2023-06-15 19:56:00 +02:00 committed by GitHub
parent e2b6e5a7ec
commit eea743de46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,7 @@ class Podio(CMakePackage):
depends_on("sio", type=("build", "link"), when="+sio")
depends_on("catch2@3.0.1:", type=("test"), when="@0.13:0.16.5")
depends_on("catch2@3.1:", type=("test"), when="@0.16.6:")
depends_on("py-tabulate", type=("run", "test"), when="@0.16.6:")
conflicts("+sio", when="@:0.12", msg="sio support requires at least podio@0.13")