← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/lpbuildbot-worker:remove-bzr into lpbuildbot-worker:main

 

Colin Watson has proposed merging ~cjwatson/lpbuildbot-worker:remove-bzr into lpbuildbot-worker:main.

Commit message:
Remove dependencies on bzr

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot-worker/+git/lpbuildbot-worker/+merge/428943

Compare https://code.launchpad.net/~cjwatson/meta-lp-deps/remove-bzr/+merge/428803.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpbuildbot-worker:remove-bzr into lpbuildbot-worker:main.
diff --git a/create-lp-tests-lxd b/create-lp-tests-lxd
index 7cdc3d6..a80ace7 100755
--- a/create-lp-tests-lxd
+++ b/create-lp-tests-lxd
@@ -20,7 +20,6 @@ APT_REPOSITORIES = (
 )
 
 LP_DEB_DEPENDENCIES = [
-    "bzr",
     "launchpad-developer-dependencies",
     "apache2",
     "libapache2-mod-wsgi",
diff --git a/debian/control b/debian/control
index 79a57e7..8774f73 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, bzr, python3, python3-pylxd, python3-testrepository, subunit
+Depends: ${misc:Depends}, buildbot-slave, 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.