python-warlock/change-require-jsonschemema-package-version.patch
cherry530 9fa896dd1f change jsonschemema package version to fix install error
Signed-off-by: cherry530 <xuping33@huawei.com>
2022-11-07 15:29:47 +08:00

19 lines
474 B
Diff

diff --git a/requirements.txt b/requirements.txt
index 53fee05..90a0111 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-jsonschema>=0.7,<4
+jsonschema>=0.7,<=4.0.1
jsonpatch>=0.10,<2
six
diff --git a/warlock.egg-info/requires.txt b/warlock.egg-info/requires.txt
index a97030b..ae456b8 100644
--- a/warlock.egg-info/requires.txt
+++ b/warlock.egg-info/requires.txt
@@ -1,3 +1,3 @@
-jsonschema<4,>=0.7
+jsonschema<=4.0.1,>=0.7
jsonpatch<2,>=0.10
six