gns3-gui: allow newer versions of jsonschema
This commit is contained in:
parent
7c1f112387
commit
b877f834c0
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@ diff --git a/requirements.txt b/requirements.txt
|
|||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -1,4 +1,3 @@
|
||||
jsonschema==3.2.0
|
||||
-jsonschema==3.2.0
|
||||
+jsonschema>=3.2.0
|
||||
-sentry-sdk==1.3.1
|
||||
psutil==5.8.0
|
||||
distro==1.6.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gns3-gui'
|
||||
pkgname=gns3-gui
|
||||
version=2.2.26
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-psutil python3-jsonschema
|
||||
|
|
Loading…
Reference in a new issue