Add a dummy depends_on to the boilerplate.
This commit is contained in:
		@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user