diff options
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/nfs-ganesha/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/nfs-ganesha/package.py b/var/spack/repos/builtin/packages/nfs-ganesha/package.py index 1ea286270d..08bdfc8a43 100644 --- a/var/spack/repos/builtin/packages/nfs-ganesha/package.py +++ b/var/spack/repos/builtin/packages/nfs-ganesha/package.py @@ -20,8 +20,10 @@ class NfsGanesha(CMakePackage): depends_on('bison', type='build') depends_on('flex', type='build') + depends_on('py-stsci-distutils', type='build') depends_on('userspace-rcu') depends_on('ntirpc') + depends_on('krb5') root_cmakelists_dir = 'src' |