Merge lp:~cjwatson/brz/requires-six into lp:brz

Proposed by Colin Watson
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merged at revision: 6847
Proposed branch: lp:~cjwatson/brz/requires-six
Merge into: lp:brz
Diff against target: 13 lines (+3/-0)
1 file modified
setup.py (+3/-0)
To merge this branch: bzr merge lp:~cjwatson/brz/requires-six
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+336764@code.launchpad.net

Commit message

Declare dependency on six.

Description of the change

This makes things a bit easier when installing breezy as a dependency of something else (one otherwise needs to ensure that six is listed earlier than breezy in requirements.txt).

To post a comment you must log in.
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 'setup.py'
2--- setup.py 2017-11-03 19:13:58 +0000
3+++ setup.py 2018-01-29 11:00:52 +0000
4@@ -57,6 +57,9 @@
5 'Programming Language :: C',
6 'Topic :: Software Development :: Version Control',
7 ],
8+ 'install_requires': [
9+ 'six>=1.9.0',
10+ ],
11 }
12
13 # The list of packages is automatically generated later. Add other things

Subscribers

People subscribed via source and target branches