py-pyzmq: fix deptype of libzmq (#28254)
This commit is contained in:
parent
f064c5ee4f
commit
f34598214b
@ -34,8 +34,8 @@ class PyPyzmq(PythonPackage):
|
||||
depends_on('py-cython@0.20:', type='build', when='@18:')
|
||||
depends_on('py-cython@0.29:', type='build', when='@22.3.0:')
|
||||
depends_on('py-gevent', type=('build', 'run'))
|
||||
depends_on('libzmq', type=('build', 'run'))
|
||||
depends_on('libzmq@3.2:', type=('build', 'run'), when='@22.3.0:')
|
||||
depends_on('libzmq', type=('build', 'link'))
|
||||
depends_on('libzmq@3.2:', type=('build', 'link'), when='@22.3.0:')
|
||||
depends_on('py-setuptools', type='build', when='@22.3.0:')
|
||||
# Only when python is provided by 'pypy'
|
||||
depends_on('py-py', type=('build', 'run'), when='@:22')
|
||||
|
Loading…
Reference in New Issue
Block a user