py-h5py: fixed a typo in the name of a dependency (#6540)

This commit is contained in:
Chien-Chang Feng 2017-12-04 15:50:35 +09:00 committed by Massimiliano Culpo
parent 6887107775
commit f564e02301

View File

@ -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')