Add a dummy depends_on to the boilerplate.

This commit is contained in:
Todd Gamblin 2014-10-25 14:38:42 -07:00
parent 94a52a8710
commit fa4d58db52

View file

@ -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}