ahriman/tests
Evgenii Alekseev 54b99cacfd feat: remove excess dependencies leaves (#128)
This mr improves implicit dependencies processing by reducing tree leaves by using the following algorithm:

* remove paths which belong to any base package
* remove packages which are (opt)dependencies of one of the package which provides same path. It also tries to handle circular dependencies by excluding them from being "satisfied"
* remove packages which are already satisfied by any children path
2024-08-14 17:07:10 +03:00
..
ahriman feat: remove excess dependencies leaves (#128) 2024-08-14 17:07:10 +03:00
testresources feat: add abillity to check broken dependencies (#122) 2024-08-14 17:07:10 +03:00