mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Disable the netifaces dependency which creates issues.
This commit is contained in:
parent
46fe973a96
commit
87d12452f9
4
setup.py
4
setup.py
@ -39,8 +39,8 @@ dependencies = ["aiohttp==0.14.4",
|
||||
"Jinja2==2.7.3",
|
||||
"raven==5.2.0"]
|
||||
|
||||
if not sys.platform.startswith("win"):
|
||||
dependencies.append("netifaces==0.10.4")
|
||||
#if not sys.platform.startswith("win"):
|
||||
# dependencies.append("netifaces==0.10.4")
|
||||
|
||||
if sys.version_info == (3, 3):
|
||||
dependencies.append("asyncio==3.4.2")
|
||||
|
Loading…
Reference in New Issue
Block a user