Mercurial > hg-stable
comparison contrib/packaging/hgpackaging/wix.py @ 41929: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 |
comparison
equal
deleted
inserted
replaced
41928:c7c7edd46849 | 41929:9d4ae5044b4c |
---|---|
35 ] | 35 ] |
36 | 36 |
37 | 37 |
38 EXTRA_PACKAGES = { | 38 EXTRA_PACKAGES = { |
39 'distutils', | 39 'distutils', |
40 'enum', | |
41 'pygments', | 40 'pygments', |
42 } | 41 } |
43 | 42 |
44 | 43 |
45 def find_version(source_dir: pathlib.Path): | 44 def find_version(source_dir: pathlib.Path): |