(debian) Revert "use new azure-sdk"

This reverts commit e2cbd637b8.
This commit is contained in:
André Roth
2025-01-12 00:09:12 +01:00
parent 3d252a6623
commit 9fe50921da
7 changed files with 149 additions and 170 deletions
+1
View File
@@ -598,6 +598,7 @@ func (l *PackageList) Filter(options FilterOptions) (*PackageList, error) {
//
// when follow-all-variants is enabled, we need to try to expand anyway,
// as even if dependency is satisfied now, there might be other ways to satisfy dependency
// FIXME: do not search twice
if result.Search(dep, false, true) != nil {
if options.DependencyOptions&DepVerboseResolve == DepVerboseResolve && options.Progress != nil {
options.Progress.ColoredPrintf("@{y}Already satisfied dependency@|: %s with %s", &dep, result.Search(dep, true, true))