comparison setup.py @ 37627:cfb32979abcd

setup: add packages for concurrent.futures We conceivably don't need to distribute this package on Python 3 since we will use the version in the standard library. However, we want installs to be usable of multiple versions of Python. So it is best to always have it. Differential Revision: https://phab.mercurial-scm.org/D3265
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 09 Apr 2018 12:27:52 -0700
parents 2025bf60adb2
children cd4959c33d1a
comparison
equal deleted inserted replaced
37626:0a9c0d3480b2 37627:cfb32979abcd
810 'mercurial.pure', 810 'mercurial.pure',
811 'mercurial.thirdparty', 811 'mercurial.thirdparty',
812 'mercurial.thirdparty.attr', 812 'mercurial.thirdparty.attr',
813 'mercurial.thirdparty.cbor', 813 'mercurial.thirdparty.cbor',
814 'mercurial.thirdparty.cbor.cbor2', 814 'mercurial.thirdparty.cbor.cbor2',
815 'mercurial.thirdparty.concurrent',
816 'mercurial.thirdparty.concurrent.futures',
815 'mercurial.thirdparty.zope', 817 'mercurial.thirdparty.zope',
816 'mercurial.thirdparty.zope.interface', 818 'mercurial.thirdparty.zope.interface',
817 'mercurial.utils', 819 'mercurial.utils',
818 'hgext', 'hgext.convert', 'hgext.fsmonitor', 820 'hgext', 'hgext.convert', 'hgext.fsmonitor',
819 'hgext.fsmonitor.pywatchman', 821 'hgext.fsmonitor.pywatchman',