fix swift-t packages dependencies (#6530)

This commit is contained in:
Bryce Allen 2018-01-08 10:25:15 -06:00 committed by Massimiliano Culpo
parent eb66aca9ae
commit 747dbcb82b
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@ class Stc(AutotoolsPackage):
depends_on('java')
depends_on('ant')
depends_on('turbine')
depends_on('zsh', type='run')
def configure_args(self):
args = ['--with-turbine=' + self.spec['turbine'].prefix]

View File

@ -36,7 +36,8 @@ class Turbine(AutotoolsPackage):
depends_on('adlbx')
depends_on('tcl')
depends_on('zsh', type='run')
depends_on('zsh')
depends_on('swig')
def configure_args(self):
args = ['--with-c-utils=' + self.spec['exmcutils'].prefix,