/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jelmer Vernooij
  • Date: 2020-06-01 19:35:12 UTC
  • mfrom: (7490.29.10 work)
  • mto: This revision was merged to the branch mainline in revision 7507.
  • Revision ID: jelmer@jelmer.uk-20200601193512-yx77edrbrs12d0qy
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        # no way to enable them by default and let users opt out.
70
70
        'fastimport>=0.9.8',
71
71
        'dulwich>=0.19.12',
 
72
        'dulwich<0.20;python_version<"3.0"',
72
73
        ],
73
74
    'extras_require': {
74
75
        'fastimport': [],