bsponmpi: use 2to3- instead of 2to3
This commit is contained in:
parent
5d7029ed43
commit
ea318045eb
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Bsponmpi < Formula
|
|||
depends_on :mpi => [:cc, :cxx]
|
||||
|
||||
def install
|
||||
system "2to3", "--write", "--fix=print", "SConstruct"
|
||||
system "2to3-", "--write", "--fix=print", "SConstruct"
|
||||
|
||||
# Don't install 'CVS' folders from tarball
|
||||
rm_rf "include/CVS"
|
||||
|
|
Loading…
Reference in a new issue