podio: depends_on py-graphviz type run (for podio-vis) (#42787)

The podio-vis tool depends at run-time on py-graphviz, https://github.com/AIDASoft/podio/blob/master/tools/podio-vis#L10.
This commit is contained in:
Wouter Deconinck 2024-02-21 23:14:38 -06:00 committed by GitHub
parent 91a0c71ed1
commit 42b739d6d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,6 +175,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-graphviz", type=("run"), when="@0.16.3:")
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")