Install compatible version of python-openid when using Python 2
Change-Id: Ifd8b3c115e810e1c1d4c9b41091ad65db734c232
This commit is contained in:
parent
dbfafc59f7
commit
32e7fdb632
@ -11,7 +11,8 @@ pecan>=0.4.5
|
||||
oslo.db>=4.27.0 # Apache-2.0
|
||||
oslo.log>=1.0.0
|
||||
pika>=0.9.14
|
||||
python3-openid
|
||||
python-openid ; python_version < '3.0'
|
||||
python3-openid ; python_version >= '3.0'
|
||||
PyYAML>=3.1.0
|
||||
requests>=1.1
|
||||
six>=1.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user