freeze.py: Remove pkg_resources._vendor packages

See https://github.com/pypa/setuptools/pull/933
This commit is contained in:
Florian Bruhin 2017-01-25 08:05:40 +01:00
parent 2934ffd4d9
commit 7304db916c

View File

@ -98,10 +98,7 @@ def get_build_exe_options(skip_html=False):
'include_msvcr': True,
'includes': [],
'excludes': ['tkinter'],
'packages': ['pygments', 'pkg_resources._vendor.packaging',
'pkg_resources._vendor.pyparsing',
'pkg_resources._vendor.six',
'pkg_resources._vendor.appdirs'],
'packages': ['pygments'],
}