py-pybigwig: needs curl at link time (#10892)

This commit is contained in:
Levi Baber 2019-03-14 05:07:50 -05:00 committed by Massimiliano Culpo
parent 4025ec9508
commit a71664a42d

View File

@ -20,7 +20,7 @@ class PyPybigwig(PythonPackage):
patch('python3_curl.patch', when='@:0.3.12 ^python@3:')
depends_on('curl', type=('build', 'run'))
depends_on('curl', type=('build', 'link', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'), when='+numpy')