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:
parent
91a0c71ed1
commit
42b739d6d5
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue