swig: cleanup python usage.

This commit is contained in:
Mike McQuaid 2014-01-04 13:17:01 +00:00
parent 734ed2e7ce
commit 501aef9483

View file

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