Skip to content

Commit 6c5acff

Browse files
author
Roland Hedberg
committed
Merge pull request #170 from erickt/pycrypto
pysaml2 needs at least pycrypto 2.2 for Crypto.RSA.importKey
2 parents 622eb6c + 0760910 commit 6c5acff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
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)