Raise osc-lib upper constraint to 2.1.0

This version contains a fix to dependencies where osc-lib was relying on
the "mock" package to be installed, but was not declaring it in its own
requirements. Now that most OpenStack projects are py3-only, many are
switching over from using the third party mock library to using the
standard lib unittest.mock. With the project dropping this requirement,
it is no longer being installed indirectly, so any use of osc-lib
results in an error with the mock not being found.

Change-Id: Ic018e959ed5d3c81ec99815b0b23bceaca2cb804
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-05-29 12:24:29 -05:00
parent 918a2c4b02
commit 776b334979
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -48,7 +48,7 @@ openstacksdk===0.46.0
os-client-config===2.1.0
os-faults===0.2.7
os-service-types===1.7.0
osc-lib===2.0.0
osc-lib===2.1.0
oslo.concurrency===4.0.2
oslo.config===8.0.2
oslo.context===3.0.2