Merge lp:~jelmer/brz/req-fastimport into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Vincent Ladeuil
Approved revision: no longer in the source branch.
Merge reported by: Vincent Ladeuil
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/req-fastimport
Merge into: lp:brz
Diff against target: 15 lines (+4/-1)
1 file modified
setup.py (+4/-1)
To merge this branch: bzr merge lp:~jelmer/brz/req-fastimport
Reviewer Review Type Date Requested Status
Vincent Ladeuil Approve
Martin Packman Approve
Review via email: mp+337918@code.launchpad.net

Commit message

Add magic to say that the 'fastimport' feature requires the 'fastimport' module.

Description of the change

Add magic to say that the 'fastimport' feature requires the 'fastimport' module.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Seems reasonable.

review: Approve
Revision history for this message
Vincent Ladeuil (vila) wrote :

A commit message must be set

Revision history for this message
Vincent Ladeuil (vila) wrote :

Commit message set

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2018-01-29 10:42:54 +0000
3+++ setup.py 2018-02-18 18:52:51 +0000
4@@ -60,7 +60,10 @@
5 'install_requires': [
6 'six>=1.9.0',
7 ],
8- }
9+ 'extras_require': {
10+ 'fastimport': ['fastimport'],
11+ },
12+}
13
14 # The list of packages is automatically generated later. Add other things
15 # that are part of BZRLIB here.

Subscribers

People subscribed via source and target branches