zfp: Add python as explicit dependency (#23478)

A proposed fix for #23436
This commit is contained in:
Tom Payerle 2021-05-10 19:35:06 -04:00 committed by GitHub
parent ff4fd6c5bc
commit 3b590177c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ class Zfp(CMakePackage, CudaPackage):
# Dependencies
depends_on('cmake@3.4.0:', type='build')
depends_on('cuda@7:', type=('build', 'test', 'run'), when='+cuda')
depends_on('python', type=('build', 'test', 'run'), when='+python')
depends_on('py-numpy', type=('build', 'test', 'run'), when='+python')
depends_on('py-cython', type='build', when='+python')