aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/python3.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 7f6a59ef6..f16db123d 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -36,9 +36,7 @@ class Python3 < Formula
sha1 '35ccb7430356186cf253615b70f8ee580610f734'
end
- def patches
- DATA if build.with? 'brewed-tk'
- end
+ patch :DATA if build.with? 'brewed-tk'
def site_packages_cellar
prefix/"Frameworks/Python.framework/Versions/#{VER}/lib/python#{VER}/site-packages"