libxmms: add python build dependency (#18566) (#18568)

Build of libxmms requires python, but not in spack dependency list.
See  #18566
This commit is contained in:
Tom Payerle 2020-09-08 21:59:22 -04:00 committed by GitHub
parent 017331684e
commit 7165795c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ class Libxsmm(MakefilePackage):
description='With generator executable(s)')
conflicts('+header-only', when='@:1.6.2',
msg='Header-only is available since v1.6.2!')
depends_on('python', type='build')
@property
def libs(self):