gns3-server: allow newer versions of jsonschema

This commit is contained in:
Tim Sandquist 2021-11-07 20:57:54 -06:00 committed by Érico Nogueira Rolim
parent b877f834c0
commit ae2b16db1e
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ diff --git a/requirements.txt b/requirements.txt
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,8 @@
jsonschema==3.2.0
-jsonschema==3.2.0
+jsonschema>=3.2.0
-aiohttp==3.7.4.post0
+aiohttp>=3.7.4
aiohttp-cors==0.7.0

View File

@ -1,7 +1,7 @@
# Template file for 'gns3-server'
pkgname=gns3-server
version=2.2.26
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl