chiark / gitweb /
'ssh' python module no longer needed, only 'paramiko'
authorHans-Christoph Steiner <hans@eds.org>
Thu, 3 Apr 2014 16:34:01 +0000 (12:34 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 3 Apr 2014 16:34:01 +0000 (12:34 -0400)
setup.py

index 9c771d306b11b37d1dfc7c70b849512455fdbf91..3bfea0415ff08c8648f52e1bafb253199fc7de4e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ setup(name='fdroidserver',
         'paramiko',
         'PIL',
         'python-magic',
-        'ssh',
         ],
       classifiers=[
         'Development Status :: 3 - Alpha',