Skip to content
Snippets Groups Projects
Commit a71664a4 authored by Levi Baber's avatar Levi Baber Committed by Massimiliano Culpo
Browse files

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

parent 4025ec95
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ class PyPybigwig(PythonPackage): ...@@ -20,7 +20,7 @@ class PyPybigwig(PythonPackage):
patch('python3_curl.patch', when='@:0.3.12 ^python@3:') 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-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'), when='+numpy') depends_on('py-numpy', type=('build', 'run'), when='+numpy')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment