Uncap jsonschema in requirements

It's no longer capped in global-requirements, so the requirements
check no longer passes on ironic. This patch fixes it.

Change-Id: Iefbb2e935fda9b9aeb332d04715b98840a581c86
This commit is contained in:
Dmitry Tantsur 2019-04-10 11:36:58 +02:00
parent 7cfdd9ae57
commit 84dfc151ea
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ keystonemiddleware>=4.17.0 # Apache-2.0
oslo.messaging>=5.29.0 # Apache-2.0 oslo.messaging>=5.29.0 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0
oslo.versionedobjects>=1.31.2 # Apache-2.0 oslo.versionedobjects>=1.31.2 # Apache-2.0
jsonschema<3.0.0,>=2.6.0 # MIT jsonschema>=2.6.0 # MIT
psutil>=3.2.2 # BSD psutil>=3.2.2 # BSD
futurist>=1.2.0 # Apache-2.0 futurist>=1.2.0 # Apache-2.0
tooz>=1.58.0 # Apache-2.0 tooz>=1.58.0 # Apache-2.0