Masa requires python if +python. (#5547)
This commit is contained in:
parent
756fb83f04
commit
ebbdde9625
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue