← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/meta-lp-deps/remove-bzr into lp:meta-lp-deps

 

Colin Watson has proposed merging lp:~cjwatson/meta-lp-deps/remove-bzr into lp:meta-lp-deps.

Commit message:
Remove dependency on bzr.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/meta-lp-deps/remove-bzr/+merge/428803

This is no longer needed to build Launchpad now that the old "sourcedeps" system has been removed, and at run time we use a separate version of `breezy` installed in the virtualenv instead.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/meta-lp-deps/remove-bzr into lp:meta-lp-deps.
=== modified file 'debian/control'
--- debian/control	2022-08-18 14:29:09 +0000
+++ debian/control	2022-08-23 15:19:01 +0000
@@ -7,7 +7,7 @@
 
 Package: launchpad-dependencies
 Architecture: all
-Depends: bzr, git,
+Depends: git,
   python3-dev,
   gettext, libgettextpo-dev, build-essential,
   python3-apt,


Follow ups