1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

Build-exe: pkg_resources now has .vendor/platformdirs as well

For now we can manually add this to `packages`.  Will open an issue with
py2exe.
This commit is contained in:
Athanasius 2023-01-17 18:14:29 +00:00
parent 5b9464b8c4
commit fad4690200
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -84,6 +84,7 @@ OPTIONS = {
'packages': [
'asyncio', # No longer auto as of py3.10+py2exe 0.11
'multiprocessing', # No longer auto as of py3.10+py2exe 0.11
'pkg_resources._vendor.platformdirs', # Necessary 2023-01-17
'sqlite3', # Included for plugins
'util', # 2022-02-01 only imported in plugins/eddn.py
],