create: add commented out resource block if --python
This commit is contained in:
		
							parent
							
								
									7b1288f658
								
							
						
					
					
						commit
						3eef564beb
					
				@ -114,6 +114,14 @@ module Homebrew
 | 
			
		||||
          # depends_on "cmake" => :build
 | 
			
		||||
        <% end  %>
 | 
			
		||||
 | 
			
		||||
        <% if  mode == :python %>
 | 
			
		||||
          # Additional Python dependency
 | 
			
		||||
          # resource "" do
 | 
			
		||||
          #   url ""
 | 
			
		||||
          #   sha256 ""
 | 
			
		||||
          # end
 | 
			
		||||
 | 
			
		||||
        <% end  %>
 | 
			
		||||
          def install
 | 
			
		||||
            # ENV.deparallelize  # if your formula fails when building in parallel
 | 
			
		||||
        <% if  mode == :cmake %>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user