singularity-eos: add dependency to py-pybind11 (#31907)

This commit is contained in:
Richard Berger 2022-08-10 04:20:39 -06:00 committed by GitHub
parent 623eee9a53
commit 1cb4b2337f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")