bsponmpi: use 2to3- instead of 2to3

This commit is contained in:
ilovezfs 2017-09-24 10:59:45 -07:00
parent 5d7029ed43
commit ea318045eb

View file

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