No idea if this would work, completely untested, I just saw that python3-breezy has the same workingtree module:
diff --git a/deployer/vcs.py b/deployer/vcs.py index acd18e7..e4f63af 100644 --- a/deployer/vcs.py +++ b/deployer/vcs.py @@ -2,7 +2,7 @@ import subprocess import os import re -from bzrlib.workingtree import WorkingTree +from breezy.workingtree import WorkingTree from .utils import ErrorExit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1858828 Title: python-bzrlib removal made juju-deployer uninstallable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/juju-deployer/+bug/1858828/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
