py-h5py: fixed a typo in the name of a dependency (#6540)
This commit is contained in:
parent
6887107775
commit
f564e02301
@ -40,7 +40,7 @@ class PyH5py(PythonPackage):
|
||||
|
||||
# Build dependencies
|
||||
depends_on('py-cython@0.19:', type='build')
|
||||
depends_on('py-pkgconfigig', type='build')
|
||||
depends_on('py-pkgconfig', type='build')
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('hdf5@1.8.4:+hl')
|
||||
depends_on('hdf5+mpi', when='+mpi')
|
||||
|
Loading…
Reference in New Issue
Block a user