mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 05:54:15 +02:00
[fix][arch] not recursively asking for dependencies providers when installing / upgrading
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user