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 d485aaf82d..dbc1650d03 100644 --- a/var/spack/repos/builtin/packages/gettext/package.py +++ b/var/spack/repos/builtin/packages/gettext/package.py @@ -50,7 +50,7 @@ class Gettext(AutotoolsPackage, GNUMirrorPackage): depends_on("libxml2", when="+libxml2") # Java runtime and compiler (e.g. GNU gcj or kaffe) # C# runtime and compiler (e.g. pnet or mono) - depends_on("tar", when="+tar") + depends_on("tar", when="+tar", type="run") # depends_on('gzip', when='+gzip') depends_on("bzip2", when="+bzip2") depends_on("xz", when="+xz", type=("build", "link", "run")) |