dependency_collector: replace bazaar with breezy

This commit is contained in:
Carlo Cabrera 2022-07-29 18:10:12 +08:00
parent e1ba143d88
commit 467a45421f
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -161,7 +161,7 @@ class DependencyCollector
elsif strategy <= FossilDownloadStrategy
Dependency.new("fossil", tags)
elsif strategy <= BazaarDownloadStrategy
Dependency.new("bazaar", tags)
Dependency.new("breezy", tags)
elsif strategy <= CVSDownloadStrategy
cvs_dep_if_needed(tags)
elsif strategy < AbstractDownloadStrategy