We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae60bb commit 951c82eCopy full SHA for 951c82e
var/spack/repos/builtin/packages/py-zmq/package.py
@@ -35,7 +35,9 @@ class PyZmq(Package):
35
36
extends('python')
37
depends_on('py-setuptools', type='build')
38
- depends_on('py-cython')
+ depends_on('py-cython@0.16:')
39
+ depends_on('py-py')
40
+ depends_on('py-cffi')
41
depends_on('zeromq')
42
43
def install(self, spec, prefix):
0 commit comments