diff --git a/Library/Homebrew/formula_creator.rb b/Library/Homebrew/formula_creator.rb
index d8153bde900fd916bea2e7539aa1fce22826af83..9ff63333fcb9375f699442e614cb97b3d9317f82 100644
--- a/Library/Homebrew/formula_creator.rb
+++ b/Library/Homebrew/formula_creator.rb
@@ -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 %>