mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +00:00
Add 'idna' to build process, Ref. #43
This commit is contained in:
parent
9f965a200a
commit
068138a772
@ -132,7 +132,7 @@ def build_command(arguments):
|
||||
]
|
||||
|
||||
excludes = [
|
||||
"raven.deprecation", # reported problem in raven package
|
||||
"raven.deprecation", # reported problem in raven package (6.4.0)
|
||||
"distutils", # issue on macOS
|
||||
"tkinter", # issue on Windows
|
||||
]
|
||||
@ -142,7 +142,8 @@ def build_command(arguments):
|
||||
"psutil",
|
||||
"asyncio",
|
||||
"packaging", # needed for linux
|
||||
"appdirs"
|
||||
"appdirs",
|
||||
"idna", # required by aiohttp >= 2.3, cannot be found by cx_Freeze
|
||||
]
|
||||
|
||||
include_files = [
|
||||
|
Loading…
Reference in New Issue
Block a user