Gate fixes for Shipyard

* Fixed typo for jsonschema version

* Setuptools version forced to <58 to allow usage of use_2to3, which
  some dependencies require

* Fixed scripting error that allowed Airflow installation to silently
  fail

Change-Id: I237801488795df07f2d4de1cde6cd4ec41182e31
This commit is contained in:
Maximilian Weiss
2021-09-09 19:43:20 +00:00
parent ac236ef52a
commit 88286bc690
4 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ vine<5.0.0a1,>=1.1.3
configparser==3.5.0
cryptography>=2.7
falcon==1.4.1
jsonschema>=3.0.1<4
jsonschema>=3.0.1,<4
grpcio>=1.16.0
keystoneauth1>=3.18.0
keystonemiddleware==5.3.0