aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:17:01 +0000
committerMike McQuaid2014-01-04 13:35:48 +0000
commitb51b660d67989c4d18677f14c755b520dd2aa508 (patch)
treefb4994e721636e15270d7fc7754dc9710cda38b6
parent6c972509955b18ab82288b4b06133d404c46a04e (diff)
downloadhomebrew-b51b660d67989c4d18677f14c755b520dd2aa508.tar.bz2
swig: cleanup python usage.
-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?