diff options
-rw-r--r-- | var/spack/repos/builtin/packages/gettext/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gettext/package.py b/var/spack/repos/builtin/packages/gettext/package.py index e795d82bf5..c665f50914 100644 --- a/var/spack/repos/builtin/packages/gettext/package.py +++ b/var/spack/repos/builtin/packages/gettext/package.py @@ -34,7 +34,7 @@ class Gettext(AutotoolsPackage): depends_on('tar', when='+tar') # depends_on('gzip', when='+gzip') depends_on('bzip2', when='+bzip2') - depends_on('xz', when='+xz') + depends_on('xz', when='+xz', type=('build', 'link', 'run')) # Optional dependencies # depends_on('glib') # circular dependency? |