D3265: setup: add packages for concurrent.futures

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Apr 13 17:45:24 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGcfb32979abcd: setup: add packages for concurrent.futures (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3265?vs=8031&id=8163

REVISION DETAIL
  https://phab.mercurial-scm.org/D3265

AFFECTED FILES
  setup.py

CHANGE DETAILS

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -812,6 +812,8 @@
             'mercurial.thirdparty.attr',
             'mercurial.thirdparty.cbor',
             'mercurial.thirdparty.cbor.cbor2',
+            'mercurial.thirdparty.concurrent',
+            'mercurial.thirdparty.concurrent.futures',
             'mercurial.thirdparty.zope',
             'mercurial.thirdparty.zope.interface',
             'mercurial.utils',



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list