Pin openstacksdk version to <1.3.0 when python 3.6 is used
Change-Id: I0b3691cdd34e54dc6795f18bb3bfc03b98648be0 Closes-Bug: #2025025 Signed-off-by: Roberto Alfieri <ralfieri@redhat.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
ansible-core<2.12.0
|
ansible-core<2.12.0
|
||||||
cryptography<37.0.0
|
cryptography<37.0.0
|
||||||
|
openstacksdk<1.3.0;python_version<"3.7"
|
||||||
metalsmith>=1.4.0 # Apache-2.0
|
metalsmith>=1.4.0 # Apache-2.0
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
jsonschema # MIT
|
jsonschema # MIT
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
ansi2html
|
ansi2html
|
||||||
# https://github.com/sqlalchemy/dogpile.cache/issues/178 (openstacksdk)
|
# https://github.com/sqlalchemy/dogpile.cache/issues/178 (openstacksdk)
|
||||||
dogpile.cache>=0.6.5,!=0.9.1 # MIT
|
dogpile.cache>=0.6.5,!=0.9.1 # MIT
|
||||||
|
openstacksdk<1.3.0;python_version<"3.7"
|
||||||
openstacksdk
|
openstacksdk
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|||||||
Reference in New Issue
Block a user