[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

@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Arch: not checking if **pacman-mirrors** is available before starting to download repository packages (when multi-threaded download is enabled) [#117](https://github.com/vinifmor/bauh/issues/117)
- Arch
- uninstall: not checking if the are other installed providers for the target package
- not recursively asking for dependencies providers when installing / upgrading
## [0.9.4] 2020-05-29

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 = []