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:
Julia Kreger 2024-02-05 07:23:23 -08:00
parent 67b198a29a
commit 768f585603
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ keystonemiddleware>=9.5.0 # Apache-2.0
oslo.messaging>=14.1.0 # Apache-2.0
tenacity>=6.3.1 # 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
futurist>=1.2.0 # Apache-2.0
tooz>=2.7.0 # Apache-2.0