packages: mark builddeps as type='build'

Less sure about these.
This commit is contained in:
Ben Boeckel
2016-08-15 10:46:23 -04:00
parent eb13cbe9bd
commit 826732efec
5 changed files with 7 additions and 7 deletions

View File

@@ -104,9 +104,9 @@ class Openspeedshop(Package):
depends_on("cmake@3.0.2", type='build')
# Dependencies for openspeedshop that are common to all the variants of
# the OpenSpeedShop build
depends_on("bison")
depends_on("flex")
depends_on("binutils@2.24+krellpatch")
depends_on("bison", type='build')
depends_on("flex", type='build')
depends_on("binutils@2.24+krellpatch", type='build')
depends_on("libelf")
depends_on("libdwarf")
depends_on("sqlite")