Mercurial > public > mercurial-scm > hg-stable
diff setup.py @ 48927:e020dbbc41e5
cleanup: stop bundling concurrent.futures on Python 2
We no longer support Python 2.
Differential Revision: https://phab.mercurial-scm.org/D12280
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 02 Mar 2022 10:25:11 -0500 |
parents | 64a8cdf4f327 |
children | 12cba4886e90 |
line wrap: on
line diff
--- a/setup.py Wed Mar 02 10:24:49 2022 -0500 +++ b/setup.py Wed Mar 02 10:25:11 2022 -0500 @@ -1249,14 +1249,6 @@ ): packages.append('mercurial.templates.%s' % name) -if sys.version_info[0] == 2: - packages.extend( - [ - 'mercurial.thirdparty.concurrent', - 'mercurial.thirdparty.concurrent.futures', - ] - ) - if 'HG_PY2EXE_EXTRA_INSTALL_PACKAGES' in os.environ: # py2exe can't cope with namespace packages very well, so we have to # install any hgext3rd.* extensions that we want in the final py2exe