deptypes: mark deptypes in packages
This commit is contained in:
@@ -35,8 +35,8 @@ class LibjpegTurbo(Package):
|
||||
version('1.3.1', '2c3a68129dac443a72815ff5bb374b05')
|
||||
|
||||
# Can use either of these.
|
||||
depends_on("yasm")
|
||||
depends_on("nasm")
|
||||
depends_on("yasm", type='build')
|
||||
depends_on("nasm", type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
|
Reference in New Issue
Block a user