[fix][arch] not recursively asking for dependencies providers when installing / upgrading

This commit is contained in:
Vinicius Moreira
2020-06-02 17:02:53 -03:00
parent d45dc799ca
commit b93fb63430
2 changed files with 2 additions and 1 deletions

View File

@@ -404,7 +404,7 @@ class DependenciesAnalyser:
remote_provided_map=remote_provided_map,
remote_repo_map=remote_repo_map,
watcher=watcher,
choose_providers=False)
choose_providers=True)
# cleaning the already mapped providers deps:
to_remove = []