gns3-server: allow newer versions of jsonschema
This commit is contained in:
parent
b877f834c0
commit
ae2b16db1e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue