prmon: Add missing depends_on py-numpy, py-pandas when +plot (#34123)
This commit is contained in:
parent
e236339e5a
commit
21c29ee375
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ class Prmon(CMakePackage):
|
|||
depends_on("cmake@3.3:", type="build")
|
||||
depends_on("spdlog", when="@3.0.0:")
|
||||
depends_on("py-matplotlib", type="run", when="+plot")
|
||||
depends_on("py-numpy", type="run", when="+plot")
|
||||
depends_on("py-pandas", type="run", when="+plot")
|
||||
|
||||
def cmake_args(self):
|
||||
args = [
|
||||
|
|
Loading…
Reference in a new issue