Masa requires python if +python. (#5547)

This commit is contained in:
Jon Rood 2017-09-29 16:14:12 -06:00 committed by Christoph Junghans
parent 756fb83f04
commit ebbdde9625

View file

@ -47,6 +47,7 @@ class Masa(AutotoolsPackage):
depends_on('automake', type='build') depends_on('automake', type='build')
depends_on('libtool', type='build') depends_on('libtool', type='build')
depends_on('swig', type='build') depends_on('swig', type='build')
depends_on('python', when='+python')
depends_on('metaphysicl') depends_on('metaphysicl')
def configure_args(self): def configure_args(self):