Update python-ldap version for Keystone

We are currently pinned to an old version of python-ldap. Version
2.4 of python-ldap has been out for over 3 years now, and most
platforms are shipping it.  We should be testing against it instead
of using an old version.

Change-Id: Ifbbcfe2ccf2caa70758f75e44d526d23d7f466cb
This commit is contained in:
Nathan Kinder
2014-10-15 20:21:09 -07:00
parent 3a6344c64c
commit 312029d2d0

View File

@@ -206,7 +206,7 @@ pyflakes==0.8.1
pylint==0.25.2
pysendfile==2.0.0
pysqlite
python-ldap==2.3.13
python-ldap>=2.4
python-subunit>=0.0.18
pyzmq>=14.3.1 # LGPL+BSD
redis