packaging: reduce jsonschema revision
The VTEP switch support patch merged with a constraint of jsonschema version 4.19 or above. Except Debian only currently has 4.10, Centos 9 Stream only has 4.16, and at present launchpad and the ubuntu mirror list is non-functional. So in the interest of of packagers, we'll lower the version. Note: I was able to successfully execute the unit tests with jsonschema 4.0.0 installed in the py3 virtualenv. Change-Id: Ic3667a7663b7bd5dfad4665321d9c82cc08cc885
This commit is contained in:
parent
67b198a29a
commit
768f585603
@ -41,7 +41,7 @@ keystonemiddleware>=9.5.0 # Apache-2.0
|
|||||||
oslo.messaging>=14.1.0 # Apache-2.0
|
oslo.messaging>=14.1.0 # Apache-2.0
|
||||||
tenacity>=6.3.1 # Apache-2.0
|
tenacity>=6.3.1 # Apache-2.0
|
||||||
oslo.versionedobjects>=1.31.2 # Apache-2.0
|
oslo.versionedobjects>=1.31.2 # Apache-2.0
|
||||||
jsonschema>=4.19.0 # MIT
|
jsonschema>=4.0.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>=2.7.0 # Apache-2.0
|
tooz>=2.7.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user