ldappool is only python-2.7

The ldappool library is only used with python-2.7 as it requires
python-ldap to work. This library will also not be required once
keystone moves to the new ldap3 library.

Change-Id: I6fba91188efa68256d0bf470f01eee03de911e35
This commit is contained in:
Morgan Fainberg 2015-07-18 04:02:36 -07:00
parent 562f44685d
commit 6239e58816

View File

@ -243,7 +243,7 @@ hgtools # dependency of pytest-runner that is only in setup_requires
httpretty>=0.8.4,<0.8.7
kafka-python>=0.9.2 # Apache-2.0
keyring>=2.1,!=3.3
ldappool>=1.0 # MPL
ldappool>=1.0;python_version=='2.7' # MPL
mock>=1.2
mox>=0.5.3
mox3>=0.7.0