Add a dummy depends_on to the boilerplate.
This commit is contained in:
parent
94a52a8710
commit
fa4d58db52
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ class ${class_name}(Package):
|
|||
|
||||
${versions}
|
||||
|
||||
# FIXME: Add dependencies if this package requires them.
|
||||
# depends_on("foo")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
# FIXME: Modify the configure line to suit your build system here.
|
||||
${configure}
|
||||
|
|
Loading…
Reference in a new issue