Updated py-netcdf: added dependency on py-setuptools. (#2213)
This commit is contained in:
parent
bcee2ca162
commit
6dfc536ecd
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class PyNetcdf(Package):
|
|||
extends('python')
|
||||
depends_on('py-numpy', type=nolink)
|
||||
depends_on('py-cython', type=nolink)
|
||||
depends_on('py-setuptools', type=nolink)
|
||||
depends_on('netcdf')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
|
Loading…
Reference in a new issue