commit 5426dae9fcf01a3c8214c4997046a4efdebddab5 parent f3ebed1545339acfec7f94af1979743703f78816 Author: ThomasV <thomasv@gitorious> Date: Tue, 17 Feb 2015 18:30:04 +0100 re-add dnspython in setup.py Diffstat:
M | setup.py | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py @@ -74,7 +74,8 @@ setup( 'qrcode', 'SocksiPy-branch', 'protobuf', - 'tlslite' + 'tlslite', + 'dnspython', ], package_dir={ 'electrum': 'lib',