Updates Python3 requirements to match Python2

bp python3

Change-Id: Ie413c12dd1c4d863857d6a6437ea2cbeb47d4622
This commit is contained in:
David Stanek 2014-05-26 11:10:54 +00:00
parent ee0b22bb07
commit 1031d7377c
2 changed files with 4 additions and 2 deletions

View File

@ -17,12 +17,12 @@ iso8601>=0.1.9
python-keystoneclient>=0.9.0
oslo.config>=1.2.1
# oslo.messaging tries to pull in eventlet
# oslo.messaging>=1.3.0a4
# oslo.messaging>=1.3.0
oslo.db>=0.2.0
Babel>=1.3
oauthlib>=0.6
dogpile.cache>=0.5.3
jsonschema>=2.0.0,<3.0.0
# pycadf tries to pull in eventlet
# pycadf>=0.4.1
# pycadf>=0.5.1
posix_ipc

View File

@ -1,4 +1,5 @@
hacking>=0.8.0,<0.9
bash8
# pysqlite does not install on py3
# Optional backend: SQL
@ -11,6 +12,7 @@ hacking>=0.8.0,<0.9
# Optional dogpile backend: MongoDB
pymongo>=2.5
# Optional backend: LDAP
# python-ldap does not install on py3
# authenticate against an existing LDAP server
# python-ldap==2.3.13