mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-27 06:19:43 +00:00
Merge pull request #44 from GNS3/fix-gns3server-checks
Add 'idna' to build process, Fixes. #43
This commit is contained in:
commit
843044eef7
@ -132,7 +132,7 @@ def build_command(arguments):
|
|||||||
]
|
]
|
||||||
|
|
||||||
excludes = [
|
excludes = [
|
||||||
"raven.deprecation", # reported problem in raven package
|
"raven.deprecation", # reported problem in raven package (6.4.0)
|
||||||
"distutils", # issue on macOS
|
"distutils", # issue on macOS
|
||||||
"tkinter", # issue on Windows
|
"tkinter", # issue on Windows
|
||||||
]
|
]
|
||||||
@ -142,7 +142,8 @@ def build_command(arguments):
|
|||||||
"psutil",
|
"psutil",
|
||||||
"asyncio",
|
"asyncio",
|
||||||
"packaging", # needed for linux
|
"packaging", # needed for linux
|
||||||
"appdirs"
|
"appdirs",
|
||||||
|
"idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze
|
||||||
]
|
]
|
||||||
|
|
||||||
include_files = [
|
include_files = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user