launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27508
[Merge] ~cjwatson/lpbuildbot-worker:bzr-dependency into lpbuildbot-worker:main
Colin Watson has proposed merging ~cjwatson/lpbuildbot-worker:bzr-dependency into lpbuildbot-worker:main.
Commit message:
Depend on bzr rather than python-bzrlib
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot-worker/+git/lpbuildbot-worker/+merge/408480
This allows our dependencies to be resolved on focal.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpbuildbot-worker:bzr-dependency into lpbuildbot-worker:main.
diff --git a/debian/control b/debian/control
index dfa783e..79a57e7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Homepage: https://launchpad.net/lpbuildbot-worker
Package: lpbuildbot-worker
Architecture: all
-Depends: ${misc:Depends}, buildbot-slave, python3, python3-pylxd, python-bzrlib, python3-testrepository, subunit
+Depends: ${misc:Depends}, buildbot-slave, bzr, python3, python3-pylxd, python3-testrepository, subunit
Description: Scripts for buildbot and Launchpad.
Scripts and utilities for using buildbot to run
the Launchpad test suite in LXD containers.