cmu-sphinxbase: cleanup python usage.
This commit is contained in:
parent
1a9431300b
commit
10c93c59ef
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue