Commit 84720cf7 by Sébastien Eustace

Fix sonnet script

parent dbe13102
...@@ -85,9 +85,7 @@ class MakeReleaseCommand(Command): ...@@ -85,9 +85,7 @@ class MakeReleaseCommand(Command):
) )
) )
with package.with_python_versions("^{}".format(version)): with package.with_python_versions("^{}".format(version)):
solver = Solver( solver = Solver(package, pool, Repository(), Repository(), self.io)
package, pool, Repository(), Repository(), self.output
)
ops = solver.solve() ops = solver.solve()
self.vendorize_for_python( self.vendorize_for_python(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment