From 6239e58816c2a14ba9c5584b7f6dbff70349af61 Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Sat, 18 Jul 2015 04:02:36 -0700 Subject: [PATCH] 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 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 0706bfca93..6e8392c5a9 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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