1diff --git a/setup.py b/setup.py
2index d57d4e8..9d036fc 100755
3--- a/setup.py
4+++ b/setup.py
5@@ -58,7 +58,7 @@ if PY2:
6 'backports.functools_lru_cache',
7 'configparser>=3.5.0b2'] # This is a backport from Python 3
8 else:
9- deps += ['dnspython3', ] # dnspython3 for SRV records
10+ deps += ['dnspython', ] # dnspython for SRV records
11
12 if not PY35_OR_GREATER:
13 deps += ['typing', ] # backward compatibility for 3.3 and 3.4