create: add commented out resource block if --python

This commit is contained in:
Dawid Dziurla 2019-09-25 13:41:56 +02:00
parent 7b1288f658
commit 3eef564beb
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

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