( )⚙ D6136 setup: exclude crypt32.dll in py2exe builds

This is an archive of the discontinued Mercurial Phabricator instance.

setup: exclude crypt32.dll in py2exe builds
ClosedPublic

Authored by indygreg on Mar 14 2019, 9:39 PM.

Details

Summary

py2exe is picking up crypt32.dll as a dependency and is including
the DLL in the dist/lib directory, where it can get picked up by an
installer and distributed.

crypt32.dll is a core Windows DLL since Windows XP. We don't need
to distribute it.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Mar 14 2019, 9:39 PM
This revision was automatically updated to reflect the committed changes.