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:
parent
5b9464b8c4
commit
fad4690200
@ -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
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user