Skip to content

Commit 0760910

Browse files
author
Erick Tryzelaar
committed
pysaml2 needs at least pycrypto 2.2 for Crypto.RSA.importKey
1 parent e2a07fa commit 0760910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def run_tests(self):
2727
'paste',
2828
'zope.interface',
2929
'repoze.who',
30-
'pycrypto', # 'Crypto'
30+
'pycrypto >= 2.2', # 'Crypto'
3131
'pytz',
3232
'pyOpenSSL',
3333
'python-dateutil',

0 commit comments

Comments
 (0)