Skip to content

Commit

Permalink
Fix add_constraint call
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Aug 31, 2023
1 parent 7fa9448 commit 6e6d8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/src/core/repo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ namespace mamba
tmp_buffer = dep.get<std::string_view>();
if (const auto dep_id = pool_conda_matchspec(pool, tmp_buffer.c_str()))
{
solv.add_dependency(dep_id);
solv.add_constraint(dep_id);
}
}
}
Expand Down

0 comments on commit 6e6d8ed

Please sign in to comment.