Commit 4738c9a1 by Arun Babu Neelicattu Committed by finswimmer

show: ignore dependency source when finding package

Resolves: #3116
(cherry picked from commit 50e06289a40819afe68f9b9cfecd7ccf08763476)
parent b2d14274
...@@ -68,7 +68,7 @@ lists all packages available.""" ...@@ -68,7 +68,7 @@ lists all packages available."""
table = self.table(style="compact") table = self.table(style="compact")
# table.style.line_vc_char = "" # table.style.line_vc_char = ""
locked_packages = locked_repo.packages locked_packages = locked_repo.packages
pool = Pool() pool = Pool(ignore_repository_names=True)
pool.add_repository(locked_repo) pool.add_repository(locked_repo)
solver = Solver( solver = Solver(
self.poetry.package, self.poetry.package,
......
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