Cython only needed for develop version of mpi4py (#6780)
This commit is contained in:

committed by
scheibelp

parent
464ca87879
commit
b10098dc53
@@ -43,4 +43,4 @@ class PyMpi4py(PythonPackage):
|
||||
depends_on('python@2.7:2.8,3.3:')
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('mpi')
|
||||
depends_on('py-cython', when='@3.0.0:', type='build')
|
||||
depends_on('py-cython', when='@develop', type='build')
|
||||
|
Reference in New Issue
Block a user