py-netcdf package: add py-cftime dependency (#11005)

This commit is contained in:
Gregory Lee
2019-03-26 13:39:10 -07:00
committed by Peter Scheibel
parent 69bd67385c
commit d2bd4f86dd

View File

@@ -20,6 +20,7 @@ class PyNetcdf4(PythonPackage):
depends_on('py-cython@0.19:', type='build')
depends_on('py-numpy@1.7:', type=('build', 'run'))
depends_on('py-cftime', type=('build', 'run'))
depends_on('netcdf')
depends_on('hdf5@1.8.0:')