subversion: use 2to3- instead of 2to3
This commit is contained in:
parent
70d444fe3e
commit
e398f74a95
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Subversion < Formula
|
||||||
serf_prefix = libexec/"serf"
|
serf_prefix = libexec/"serf"
|
||||||
|
|
||||||
resource("serf").stage do
|
resource("serf").stage do
|
||||||
system "2to3", "--write", "--fix=print", "SConstruct"
|
system "2to3-", "--write", "--fix=print", "SConstruct"
|
||||||
|
|
||||||
# scons ignores our compiler and flags unless explicitly passed
|
# scons ignores our compiler and flags unless explicitly passed
|
||||||
args = %W[
|
args = %W[
|
||||||
|
|
Loading…
Reference in a new issue