Merge "Move pysaml to requirements.txt for py3"

This commit is contained in:
Jenkins 2015-03-11 13:12:33 +00:00 committed by Gerrit Code Review
commit 85af90b3e2
2 changed files with 1 additions and 4 deletions

View File

@ -30,6 +30,7 @@ oslo.policy>=0.3.0 # Apache-2.0
oslo.serialization>=1.2.0 # Apache-2.0
oslo.utils>=1.2.0 # Apache-2.0
oauthlib>=0.6
pysaml2
dogpile.cache>=0.5.3
jsonschema>=2.0.0,<3.0.0
# pycadf tries to pull in eventlet

View File

@ -23,10 +23,6 @@ pymongo>=2.5
# ldappool>=1.0 # MPL
-e git+https://github.com/rbarrois/python-ldap.git@py3#egg=python-ldap
# Required for federation extension (although used only for federating multiple
# Keystones)
pysaml2
# Testing
# computes code coverage percentages
coverage>=3.6