1
0
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:
Jeremy 2015-03-16 16:35:02 -06:00
parent 46fe973a96
commit 87d12452f9

View File

@ -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")