Distribute our own version of netifaces working with python 3

Fix #97
This commit is contained in:
Julien Duponchelle
2015-06-05 15:59:43 +02:00
parent d9de1718b7
commit fff3e1474f
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,8 @@ class PyTest(TestCommand):
sys.exit(errcode)
dependencies = ["aiohttp>=0.14.4",
dependencies = ["gns3-netifaces>=0.10.4.1",
"aiohttp>=0.14.4",
"jsonschema>=2.4.0",
"Jinja2>=2.7.3",
"raven>=5.2.0"]