nwchem: add link type to python dep (#8759)
This commit is contained in:
parent
e0d05d23a1
commit
b0a0649d2c
@ -45,7 +45,7 @@ class Nwchem(Package):
|
|||||||
depends_on('mpi')
|
depends_on('mpi')
|
||||||
depends_on('scalapack')
|
depends_on('scalapack')
|
||||||
|
|
||||||
depends_on('python@2.7:2.8', type=('build', 'run'))
|
depends_on('python@2.7:2.8', type=('build', 'link', 'run'))
|
||||||
|
|
||||||
# first hash is sha256 of the patch (required for URL patches),
|
# first hash is sha256 of the patch (required for URL patches),
|
||||||
# second is sha256 for the archive.
|
# second is sha256 for the archive.
|
||||||
|
Loading…
Reference in New Issue
Block a user