summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2016-02-03 08:38:37 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2016-02-03 08:38:37 +0100
commit0e4f5fa48b1965b269f69bd383bbfbde6b41ac63 (patch)
tree4261ed4c402423e09f2ebc8335e564b56e790a53 /setup.py
parent0d96061a69bb3ef9a304fe6daa2d87d30b9e9219 (diff)
downloadpysaml2-0e4f5fa48b1965b269f69bd383bbfbde6b41ac63.tar.gz
Applied a modified version of a fix proposed by Valentin Gutierrez and Julian Vilas.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d866d2a6..f907e82e 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ install_requires = [
'paste',
'zope.interface',
'repoze.who',
- 'pycrypto >= 2.5', # 'Crypto'
+ 'pycryptodome', # 'Crypto'
'pytz',
'pyOpenSSL',
'python-dateutil',