gettext: fix dependency type of xz (#10935)

This commit is contained in:
Denis Davydov 2019-03-20 04:57:08 +01:00 committed by Massimiliano Culpo
parent e717230bf8
commit de3ff1a96b

View File

@ -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?