aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/swig.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/swig.rb b/Library/Formula/swig.rb
index d43a954b3..b66a3811a 100644
--- a/Library/Formula/swig.rb
+++ b/Library/Formula/swig.rb
@@ -8,8 +8,6 @@ class Swig < Formula
option :universal
depends_on 'pcre'
- depends_on :python # assure swig find the "right" python
- depends_on :python3 => :optional
def install
ENV.universal_binary if build.universal?