summaryrefslogtreecommitdiff
blob: d088fae54e32636bfd5777c572496c472025f53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=== modified file 'a/setup.py'
--- a/setup.py	
+++ b/setup.py	
@@ -32,14 +32,8 @@
 #import ez_setup
 #ez_setup.use_setuptools()
 
-try:
-    from setuptools import setup
-    kw = {
-        'install_requires': 'pycrypto >= 1.9',
-    }
-except ImportError:
-    from distutils.core import setup
-    kw = {}
+from distutils.core import setup
+kw = {}
 
 setup(name = "paramiko",
       version = "1.5.4",