prmon: Add missing depends_on py-numpy, py-pandas when +plot (#34123)

This commit is contained in:
Wouter Deconinck 2022-11-26 16:43:25 -06:00 committed by GitHub
parent e236339e5a
commit 21c29ee375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [