mongodb@3.0: use 2to3- instead of 2to3
This commit is contained in:
parent
ad84661195
commit
ddd4f79429
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class MongodbAT30 < Formula
|
|||
def install
|
||||
ENV.cxx11 if MacOS.version < :mavericks
|
||||
|
||||
system "2to3", "--write", "--fix=print", "SConstruct",
|
||||
system "2to3-", "--write", "--fix=print", "SConstruct",
|
||||
"src/mongo/SConscript", "src/mongo/installer/msi/SConscript",
|
||||
"src/third_party/wiredtiger/SConscript",
|
||||
"src/third_party/wiredtiger/SConstruct"
|
||||
|
|
Loading…
Reference in a new issue