Merge lp:~jelmer/brz/disable-fastimport into lp:brz/3.1

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/disable-fastimport
Merge into: lp:brz/3.1
Diff against target: 14 lines (+2/-2)
1 file modified
setup.py (+2/-2)
To merge this branch: bzr merge lp:~jelmer/brz/disable-fastimport
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+400930@code.launchpad.net

Commit message

Force use of older versions of python-fastimport that support python2.7.

Description of the change

Force use of older versions of python-fastimport that support python2.7.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

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 2021-02-19 01:35:29 +0000
3+++ setup.py 2021-04-12 01:02:35 +0000
4@@ -73,8 +73,8 @@
5 ],
6 'extras_require': {
7 'cext': ['cython>=0.29'],
8- 'fastimport': ['fastimport'],
9- 'git': [],
10+ 'fastimport': ['fastimport<0.9.8;python_version<"3.0"', 'fastimport;python_version>="3.5"'],
11+ 'git': ['dulwich'],
12 'launchpad': ['launchpadlib>=1.6.3'],
13 'workspace': ['pyinotify'],
14 'doc': ['setuptools<45;python_version<"3.0"', 'sphinx==1.8.5;python_version<"3.0"', 'sphinx_epytext'],

Subscribers

People subscribed via source and target branches