summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-pybind11/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pybind11/package.py b/var/spack/repos/builtin/packages/py-pybind11/package.py
index a1ebcec3da..43359ee039 100644
--- a/var/spack/repos/builtin/packages/py-pybind11/package.py
+++ b/var/spack/repos/builtin/packages/py-pybind11/package.py
@@ -45,6 +45,7 @@ class PyPybind11(CMakePackage, PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-pytest', type='test')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
+ depends_on('cmake@3.13:', type='build')
# compiler support
conflicts('%gcc@:4.7')