Skip to content

Commit

Permalink
Changed python to build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth Fischer committed Oct 12, 2016
1 parent b7dc053 commit b71b077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/petsc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Petsc(Package):
depends_on('mpi', when='+mpi')

# Build dependencies
depends_on('python @2.6:2.7')
depends_on('python @2.6:2.7', type='build')

# Other dependencies
depends_on('boost', when='+boost')
Expand Down

0 comments on commit b71b077

Please sign in to comment.