diff contrib/packaging/hgpackaging/wix.py @ 41924:9d4ae5044b4c

wix: remove enum and future packages These were cargo culted from the THG installer code. I'm not sure what needs them in THG land. But the official MSIs certainly do not - at least not as direct dependencies. .. bc:: The Windows MSI installers no longer include the enum and future Python packages. Differential Revision: https://phab.mercurial-scm.org/D6101
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 08 Mar 2019 10:29:48 -0800
parents c569f769c41d
children b83de9150c1c
line wrap: on
line diff
--- a/contrib/packaging/hgpackaging/wix.py	Fri Mar 08 10:27:40 2019 -0800
+++ b/contrib/packaging/hgpackaging/wix.py	Fri Mar 08 10:29:48 2019 -0800
@@ -37,7 +37,6 @@
 
 EXTRA_PACKAGES = {
     'distutils',
-    'enum',
     'pygments',
 }