From b33f660f90e38f633713de1502275c6cc56eab5a Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 11 Feb 2016 10:10:32 +0100 Subject: [PATCH] Fix setup.py is not installing gns3-net-converter Fix #1025 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e87d999e..807cf75f 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( long_description=open("README.rst", "r").read(), install_requires=[ "jsonschema>=2.4.0", - "gns3-converter>=1.2.4", + "gns3-net-converter>=1.3.0", "raven>=5.2.0", "psutil>=2.2.1", ],