D6136: setup: exclude crypt32.dll in py2exe builds

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Mar 15 23:11:54 EDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGe5ac701e5b7c: setup: exclude crypt32.dll in py2exe builds (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6136?vs=14499&id=14514

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

AFFECTED FILES
  setup.py

CHANGE DETAILS

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -1253,7 +1253,7 @@
 ]
 
 py2exeexcludes = []
-py2exedllexcludes = []
+py2exedllexcludes = ['crypt32.dll']
 
 if issetuptools:
     extra['python_requires'] = supportedpy



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


More information about the Mercurial-devel mailing list