Crypto 2.4 doesn't play well with setup.py/setuptools

(cherry picked from commit 12cf1674fc)
This commit is contained in:
Jeff Forcier 2012-09-23 14:36:36 -07:00
parent 18612b7caa
commit 96d8eafc47
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import sys
try:
from setuptools import setup
kw = {
'install_requires': 'pycrypto >= 2.1',
'install_requires': 'pycrypto >= 2.1, < 2.4',
}
except ImportError:
from distutils.core import setup