cmu-sphinxbase: cleanup python usage.

This commit is contained in:
Mike McQuaid 2014-01-04 13:03:29 +00:00
parent 1a9431300b
commit 10c93c59ef

View file

@ -6,7 +6,6 @@ class CmuSphinxbase < Formula
sha1 'c0c4d52e143d07cd593bd6bcaeb92b9a8a5a8c8e'
depends_on 'pkg-config' => :build
depends_on :python
depends_on 'libsndfile' => :optional
depends_on 'libsamplerate' => :optional
@ -16,8 +15,4 @@ class CmuSphinxbase < Formula
"--prefix=#{prefix}"
system "make install"
end
def caveats
python.standard_caveats if python
end
end