Updated py-netcdf: added dependency on py-setuptools. (#2213)
This commit is contained in:
parent
bcee2ca162
commit
6dfc536ecd
@ -35,6 +35,7 @@ class PyNetcdf(Package):
|
|||||||
extends('python')
|
extends('python')
|
||||||
depends_on('py-numpy', type=nolink)
|
depends_on('py-numpy', type=nolink)
|
||||||
depends_on('py-cython', type=nolink)
|
depends_on('py-cython', type=nolink)
|
||||||
|
depends_on('py-setuptools', type=nolink)
|
||||||
depends_on('netcdf')
|
depends_on('netcdf')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
|
Loading…
Reference in New Issue
Block a user