treewide: replace bazaar with breezy

This commit is contained in:
rnhmjoj
2020-05-25 09:22:54 +02:00
parent 6a13fe4ece
commit aee614c996
9 changed files with 21 additions and 21 deletions
@@ -1,6 +1,6 @@
{ lib, fetchurl, makeWrapper
, python2Packages
, cvs, subversion, git, bazaar
, cvs, subversion, git, breezy
}:
python2Packages.buildPythonApplication rec {
@@ -14,7 +14,7 @@ python2Packages.buildPythonApplication rec {
buildInputs = [ makeWrapper ];
checkInputs = [ subversion git bazaar ];
checkInputs = [ subversion git breezy ];
checkPhase = "python run-tests.py";