ori: use 2to3- instead of 2to3
This commit is contained in:
parent
dc1f3651f6
commit
72f8c2bb62
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Ori < Formula
|
|||
depends_on :osxfuse
|
||||
|
||||
def install
|
||||
system "2to3", "--write", "--fix=print", "SConstruct",
|
||||
system "2to3-", "--write", "--fix=print", "SConstruct",
|
||||
"liboriutil/SConscript"
|
||||
|
||||
scons "BUILDTYPE=RELEASE"
|
||||
|
|
Loading…
Reference in a new issue