Merge lp:~jelmer/brz/trunk-3.5 into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/trunk-3.5
Merge into: lp:brz
Diff against target: 44 lines (+19/-8)
1 file modified
INSTALL (+19/-8)
To merge this branch: bzr merge lp:~jelmer/brz/trunk-3.5
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+386230@code.launchpad.net

Commit message

Update installation instructions, explaining need for Python 3.5+ and optional dependencies.

Description of the change

Update installation instructions, explaining need for Python 3.5+ and optional dependencies.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2017-10-26 01:03:20 +0000
3+++ INSTALL 2020-06-23 02:03:57 +0000
4@@ -4,13 +4,16 @@
5 Dependencies
6 ------------
7
8-Breezy requires Python 2.7 or newer, or Python 3.4 or newer.
9-
10-It also requires the `configobj` Python module to be installed. It can be
11-installed either from your operating system's package manager, using pip
12-or by downloading it from:
13-
14- https://github.com/DiffSK/configobj
15+Breezy requires Python 3.5 or newer.
16+
17+It also requires the `configobj` and `patiencediff` Python modules to be
18+installed.
19+
20+These can be installed either from your operating system's package
21+manager, using pip or by downloading them from:
22+
23+ configobj: https://github.com/DiffSK/configobj
24+ patiencediff: https://github.com/breezy-team/patiencediff
25
26 Optional dependencies
27 ~~~~~~~~~~~~~~~~~~~~~
28@@ -21,7 +24,15 @@
29 http://www.lag.net/paramiko/
30
31 To PGP sign commits and verify PGP signatures on commits, install
32-python-gpg.
33+python-gpgme.
34+
35+For Git support, install Dulwich:
36+
37+ https://www.dulwich.io/
38+
39+For fastimport support, install python-fastimport:
40+
41+ https://github.com/jelmer/python-fastimport
42
43 brz can optionally use compiled versions of some parts of the code
44 for increased speed. When installing brz you need the ability to

Subscribers

People subscribed via source and target branches