cap oslo.concurrency for python2.7

looks like from this commit cfc27ef497
python2.7 support is dropped.

Change-Id: Ife25b91b603ffa42f32a6c77ed4289f354d3b14c
This commit is contained in:
ushen 2020-02-09 10:19:03 +08:00 committed by Sean McGinnis
parent f91e2c61e4
commit 4e86eea7c7
2 changed files with 7 additions and 2 deletions

View File

@ -165,7 +165,8 @@ oslo.cache!=1.31.1,<2.0.0;python_version<'3.0' # Apache-2.0
oslo.cache!=1.31.1;python_version>='3.0' # Apache-2.0
oslo.config!=4.3.0,!=4.4.0,<8.0.0;python_version<'3.0' # Apache-2.0
oslo.config!=4.3.0,!=4.4.0;python_version>='3.0' # Apache-2.0
oslo.concurrency # Apache-2.0
oslo.concurrency<4.0.0;python_version<'3.0' # Apache-2.0
oslo.concurrency;python_version>='3.0' # Apache-2.0
oslo.context<3.0.0;python_version<'3.0' # Apache-2.0
oslo.context;python_version>='3.0' # Apache-2.0
oslo.db # Apache-2.0

View File

@ -26,7 +26,11 @@ pecan===1.3.3
ryu===4.32
os-api-ref===1.6.2
python-ldap===3.2.0
oslo.concurrency===4.0.0
oslo.concurrency===3.31.0;python_version=='2.7'
oslo.concurrency===4.0.0;python_version=='3.4'
oslo.concurrency===4.0.0;python_version=='3.5'
oslo.concurrency===4.0.0;python_version=='3.6'
oslo.concurrency===4.0.0;python_version=='3.7'
websocket-client===0.57.0
osprofiler===3.0.0
os-resource-classes===0.5.0