From ad8c76602b606ab3ac1ccbf3160692413c01a78c Mon Sep 17 00:00:00 2001
From: mathieui <mathieui@mathieui.net>
Date: Mon, 3 Nov 2014 16:55:43 +0100
Subject: Depend on aiodns and not dnspython in the setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 9e497059..ca8be7f5 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(
     license='MIT',
     platforms=['any'],
     packages=packages,
-    requires=['dnspython', 'pyasn1', 'pyasn1_modules'],
+    requires=['aiodns', 'pyasn1', 'pyasn1_modules'],
     classifiers=CLASSIFIERS,
     cmdclass={'test': TestCommand}
 )
-- 
cgit v1.2.3