singularity-eos: add dependency to py-pybind11 (#31907)
This commit is contained in:
parent
623eee9a53
commit
1cb4b2337f
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class SingularityEos(CMakePackage, CudaPackage):
|
|||
depends_on("cmake@3.14:")
|
||||
depends_on("catch2@2.13.7", when="+tests")
|
||||
depends_on("python@3:", when="+python")
|
||||
depends_on("py-pybind11@2.9.1:", when="+python")
|
||||
# depends_on("py-h5py", when="+tests build_extra=stellarcollapse")
|
||||
depends_on("py-sphinx", when="+doc")
|
||||
depends_on("py-sphinx-rtd-theme@0.4.3", when="+doc")
|
||||
|
|
Loading…
Reference in a new issue