yasm: cleanup python usage.

master
Mike McQuaid 2014-01-04 13:10:03 +00:00
parent 929048dcf5
commit f59c0aa06e
1 changed files with 0 additions and 5 deletions

View File

@ -33,9 +33,4 @@ class Yasm < Formula
system './configure', *args
system 'make install'
end
def caveats
python.standard_caveats if python
end
end